Moss
#009051
Moss, represented by the hex value #009051, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #009051 | |
|---|---|---|
| RGB | rgb(0, 144, 81) | |
| HSL | hsl(154, 100%, 28%) | |
| CMYK | cmyk(100%, 0%, 44%, 44%) | |
| LAB | lab(52, -46, 24) | |
| OKLCH | oklch(0.57 0.142 155) |
Color harmonies
Tints & shades
Code snippets
color: #009051;
background-color: #009051;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF009051)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.56, blue: 0.32, alpha: 1.0)