Shamrock
#009e60
Looking for the precise values behind Shamrock (#009e60)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #009e60 | |
|---|---|---|
| RGB | rgb(0, 158, 96) | |
| HSL | hsl(156, 100%, 31%) | |
| CMYK | cmyk(100%, 0%, 39%, 38%) | |
| LAB | lab(57, -48, 22) | |
| OKLCH | oklch(0.62 0.146 157) |
Color harmonies
Tints & shades
Code snippets
color: #009e60;
background-color: #009e60;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF009E60)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.62, blue: 0.38, alpha: 1.0)