#009100
a dark, electric green · cool · closest name: green
RGB
0, 145, 0
HSL
120°, 100%, 28%
CMYK
100, 0, 100, 43
Luminance
0.2025
Every format
| HEX | #009100 |
| RGB | rgb(0, 145, 0) |
| HSL | hsl(120, 100%, 28%) |
| CMYK | cmyk(100%, 0%, 100%, 43%) |
| LAB | lab(52.1 -56.6 54.6) |
| LCH | lch(52.1 78.7 136.0) |
| OKLCH | oklch(0.569 0.194 142.5) |
Copy-ready code
/* CSS */
color: #009100;
background-color: #009100;
/* Tailwind (arbitrary) */
class="text-[#009100] bg-[#009100]"
/* SCSS */
$brand: #009100;
/* SwiftUI */
Color(red: 0.000, green: 0.569, blue: 0.000)
/* Android */
Color.parseColor("#009100")Accessibility — WCAG contrast
Aa
#009100 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#009100 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green56.9%
Blue0.0%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow100.0%
Key (black)43.1%
Color previews
#009100 text on a black background
contrast 5.05:1
Card sample
#009100 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #009100;
Background color
Panel with #009100 background
background-color: #009100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #009100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 145, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 145, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #009100; background: linear-gradient(135deg, #009100, #009161);