Rainforest
#009a70
Rainforest is a color with the hex code #009a70. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #009a70 | |
|---|---|---|
| RGB | rgb(0, 154, 112) | |
| HSL | hsl(164, 100%, 30%) | |
| CMYK | cmyk(100%, 0%, 27%, 40%) | |
| LAB | lab(56, -44, 12) | |
| OKLCH | oklch(0.61 0.127 165) |
Color harmonies
Tints & shades
Code snippets
color: #009a70;
background-color: #009a70;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF009A70)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.60, blue: 0.44, alpha: 1.0)