#119911
a dark, electric green · cool · closest name: green
RGB
17, 153, 17
HSL
120°, 80%, 33%
CMYK
89, 0, 89, 40
Luminance
0.2294
Every format
| HEX | #119911 |
| RGB | rgb(17, 153, 17) |
| HSL | hsl(120, 80%, 33%) |
| CMYK | cmyk(89%, 0%, 89%, 40%) |
| LAB | lab(55.0 -57.2 54.1) |
| LCH | lch(55.0 78.7 136.6) |
| OKLCH | oklch(0.594 0.195 142.6) |
Copy-ready code
/* CSS */
color: #119911;
background-color: #119911;
/* Tailwind (arbitrary) */
class="text-[#119911] bg-[#119911]"
/* SCSS */
$brand: #119911;
/* SwiftUI */
Color(red: 0.067, green: 0.600, blue: 0.067)
/* Android */
Color.parseColor("#119911")Accessibility — WCAG contrast
Aa
#119911 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#119911 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green60.0%
Blue6.7%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow88.9%
Key (black)40.0%
Color previews
#119911 text on a black background
contrast 5.59:1
Card sample
#119911 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #119911;
Background color
Panel with #119911 background
background-color: #119911;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #119911;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 153, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 153, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #119911; background: linear-gradient(135deg, #119911, #11996C);