#199813
a dark, electric green · cool · closest name: green
RGB
25, 152, 19
HSL
117°, 78%, 34%
CMYK
84, 0, 88, 40
Luminance
0.2271
Every format
| HEX | #199813 |
| RGB | rgb(25, 152, 19) |
| HSL | hsl(117, 78%, 34%) |
| CMYK | cmyk(84%, 0%, 88%, 40%) |
| LAB | lab(54.8 -56.0 53.5) |
| LCH | lch(54.8 77.4 136.3) |
| OKLCH | oklch(0.592 0.192 142.3) |
Copy-ready code
/* CSS */
color: #199813;
background-color: #199813;
/* Tailwind (arbitrary) */
class="text-[#199813] bg-[#199813]"
/* SCSS */
$brand: #199813;
/* SwiftUI */
Color(red: 0.098, green: 0.596, blue: 0.075)
/* Android */
Color.parseColor("#199813")Accessibility — WCAG contrast
Aa
#199813 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#199813 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green59.6%
Blue7.5%
CMYK percentages
Cyan83.6%
Magenta0.0%
Yellow87.5%
Key (black)40.4%
Color previews
#199813 text on a black background
contrast 5.54:1
Card sample
#199813 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #199813;
Background color
Panel with #199813 background
background-color: #199813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #199813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 152, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 152, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #199813; background: linear-gradient(135deg, #199813, #139866);