Jade
#00a86b
Jade, represented by the hex value #00a86b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #00a86b | |
|---|---|---|
| RGB | rgb(0, 168, 107) | |
| HSL | hsl(158, 100%, 33%) | |
| CMYK | cmyk(100%, 0%, 36%, 34%) | |
| LAB | lab(61, -49, 21) | |
| OKLCH | oklch(0.64 0.149 159) |
Color harmonies
Tints & shades
Code snippets
color: #00a86b;
background-color: #00a86b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF00A86B)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.66, blue: 0.42, alpha: 1.0)