#136102
a deep, electric green · cool · closest name: green
RGB
19, 97, 2
HSL
109°, 96%, 19%
CMYK
80, 0, 98, 62
Luminance
0.0869
Every format
| HEX | #136102 |
| RGB | rgb(19, 97, 2) |
| HSL | hsl(109, 96%, 19%) |
| CMYK | cmyk(80%, 0%, 98%, 62%) |
| LAB | lab(35.4 -39.9 40.7) |
| LCH | lch(35.4 57.0 134.4) |
| OKLCH | oklch(0.430 0.140 141.1) |
Copy-ready code
/* CSS */
color: #136102;
background-color: #136102;
/* Tailwind (arbitrary) */
class="text-[#136102] bg-[#136102]"
/* SCSS */
$brand: #136102;
/* SwiftUI */
Color(red: 0.075, green: 0.380, blue: 0.008)
/* Android */
Color.parseColor("#136102")Accessibility — WCAG contrast
Aa
#136102 on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#136102 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green38.0%
Blue0.8%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow97.9%
Key (black)62.0%
Color previews
#136102 text on a black background
contrast 2.74:1
Card sample
#136102 text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #136102;
Background color
Panel with #136102 background
background-color: #136102;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #136102;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 97, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 97, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #136102; background: linear-gradient(135deg, #136102, #026130);