#099200
a dark, electric green · cool · closest name: green
RGB
9, 146, 0
HSL
116°, 100%, 29%
CMYK
94, 0, 100, 43
Luminance
0.2062
Every format
| HEX | #099200 |
| RGB | rgb(9, 146, 0) |
| HSL | hsl(116, 100%, 29%) |
| CMYK | cmyk(94%, 0%, 100%, 43%) |
| LAB | lab(52.5 -56.3 55.0) |
| LCH | lch(52.5 78.7 135.7) |
| OKLCH | oklch(0.573 0.194 142.2) |
Copy-ready code
/* CSS */
color: #099200;
background-color: #099200;
/* Tailwind (arbitrary) */
class="text-[#099200] bg-[#099200]"
/* SCSS */
$brand: #099200;
/* SwiftUI */
Color(red: 0.035, green: 0.573, blue: 0.000)
/* Android */
Color.parseColor("#099200")Accessibility — WCAG contrast
Aa
#099200 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#099200 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green57.3%
Blue0.0%
CMYK percentages
Cyan93.8%
Magenta0.0%
Yellow100.0%
Key (black)42.7%
Color previews
#099200 text on a black background
contrast 5.12:1
Card sample
#099200 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #099200;
Background color
Panel with #099200 background
background-color: #099200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #099200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 146, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 146, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #099200; background: linear-gradient(135deg, #099200, #009258);