Jade Hex Code — #00A86B
RGB, HSL, and CMYK values for Jade.
Jade Color Values
| Format | Value |
|---|---|
| HEX | #00A86B |
| RGB | rgb(0, 168, 107) |
| HSL | hsl(158, 100%, 33%) |
| CMYK | cmyk(100%, 0%, 36%, 34%) |
Want to explore more shades? Use our Color Converter
About Jade
Color psychology: Wisdom, tranquility.
Jade (#00A86B) is a dark shade of green. It's commonly used in web design, graphic design, and branding where wisdom, tranquility are desired associations.
How to Use Jade in CSS
/* Using HEX */ color: #00A86B; background-color: #00A86B; /* Using RGB */ color: rgb(0, 168, 107); /* Using HSL */ color: hsl(158, 100%, 33%);