Jungle
#00a466
Jungle, represented by the hex value #00a466, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #00a466 | |
|---|---|---|
| RGB | rgb(0, 164, 102) | |
| HSL | hsl(157, 100%, 32%) | |
| CMYK | cmyk(100%, 0%, 38%, 36%) | |
| LAB | lab(59, -49, 22) | |
| OKLCH | oklch(0.63 0.148 158) |
Color harmonies
Tints & shades
Code snippets
color: #00a466;
background-color: #00a466;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF00A466)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.64, blue: 0.40, alpha: 1.0)