#196f25
a dark, vivid green · cool · closest name: seagreen
RGB
25, 111, 37
HSL
128°, 63%, 27%
CMYK
78, 0, 67, 57
Luminance
0.1171
Every format
| HEX | #196f25 |
| RGB | rgb(25, 111, 37) |
| HSL | hsl(128, 63%, 27%) |
| CMYK | cmyk(78%, 0%, 67%, 57%) |
| LAB | lab(40.8 -41.0 33.2) |
| LCH | lch(40.8 52.8 141.0) |
| OKLCH | oklch(0.476 0.135 145.0) |
Copy-ready code
/* CSS */
color: #196f25;
background-color: #196f25;
/* Tailwind (arbitrary) */
class="text-[#196f25] bg-[#196f25]"
/* SCSS */
$brand: #196f25;
/* SwiftUI */
Color(red: 0.098, green: 0.435, blue: 0.145)
/* Android */
Color.parseColor("#196f25")Accessibility — WCAG contrast
Aa
#196f25 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#196f25 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green43.5%
Blue14.5%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow66.7%
Key (black)56.5%
Color previews
#196f25 text on a black background
contrast 3.34:1
Card sample
#196f25 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #196f25;
Background color
Panel with #196f25 background
background-color: #196f25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #196f25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 111, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 111, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #196f25; background: linear-gradient(135deg, #196f25, #196F5E);