#139708
a dark, electric green · cool · closest name: green
RGB
19, 151, 8
HSL
115°, 90%, 31%
CMYK
87, 0, 95, 41
Luminance
0.2229
Every format
| HEX | #139708 |
| RGB | rgb(19, 151, 8) |
| HSL | hsl(115, 90%, 31%) |
| CMYK | cmyk(87%, 0%, 95%, 41%) |
| LAB | lab(54.3 -56.7 55.1) |
| LCH | lch(54.3 79.1 135.8) |
| OKLCH | oklch(0.588 0.195 142.2) |
Copy-ready code
/* CSS */
color: #139708;
background-color: #139708;
/* Tailwind (arbitrary) */
class="text-[#139708] bg-[#139708]"
/* SCSS */
$brand: #139708;
/* SwiftUI */
Color(red: 0.075, green: 0.592, blue: 0.031)
/* Android */
Color.parseColor("#139708")Accessibility — WCAG contrast
Aa
#139708 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#139708 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green59.2%
Blue3.1%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow94.7%
Key (black)40.8%
Color previews
#139708 text on a black background
contrast 5.46:1
Card sample
#139708 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #139708;
Background color
Panel with #139708 background
background-color: #139708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #139708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 151, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 151, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #139708; background: linear-gradient(135deg, #139708, #08975C);