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