#129113
a dark, electric green · cool · closest name: green
RGB
18, 145, 19
HSL
121°, 78%, 32%
CMYK
88, 0, 87, 43
Luminance
0.2043
Every format
| HEX | #129113 |
| RGB | rgb(18, 145, 19) |
| HSL | hsl(121, 78%, 32%) |
| CMYK | cmyk(88%, 0%, 87%, 43%) |
| LAB | lab(52.3 -54.6 51.3) |
| LCH | lch(52.3 74.9 136.8) |
| OKLCH | oklch(0.571 0.186 142.7) |
Copy-ready code
/* CSS */
color: #129113;
background-color: #129113;
/* Tailwind (arbitrary) */
class="text-[#129113] bg-[#129113]"
/* SCSS */
$brand: #129113;
/* SwiftUI */
Color(red: 0.071, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#129113")Accessibility — WCAG contrast
Aa
#129113 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#129113 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green56.9%
Blue7.5%
CMYK percentages
Cyan87.6%
Magenta0.0%
Yellow86.9%
Key (black)43.1%
Color previews
#129113 text on a black background
contrast 5.09:1
Card sample
#129113 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #129113;
Background color
Panel with #129113 background
background-color: #129113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #129113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #129113; background: linear-gradient(135deg, #129113, #129168);