#0ac02a
a dark, electric green · cool · closest name: green
RGB
10, 192, 42
HSL
131°, 90%, 40%
CMYK
95, 0, 78, 25
Luminance
0.3793
Every format
| HEX | #0ac02a |
| RGB | rgb(10, 192, 42) |
| HSL | hsl(131, 90%, 40%) |
| CMYK | cmyk(95%, 0%, 78%, 25%) |
| LAB | lab(68.0 -67.6 59.3) |
| LCH | lch(68.0 89.9 138.7) |
| OKLCH | oklch(0.702 0.226 144.0) |
Copy-ready code
/* CSS */
color: #0ac02a;
background-color: #0ac02a;
/* Tailwind (arbitrary) */
class="text-[#0ac02a] bg-[#0ac02a]"
/* SCSS */
$brand: #0ac02a;
/* SwiftUI */
Color(red: 0.039, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#0ac02a")Accessibility — WCAG contrast
Aa
#0ac02a on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ac02a on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green75.3%
Blue16.5%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow78.1%
Key (black)24.7%
Color previews
#0ac02a text on a black background
contrast 8.59:1
Card sample
#0ac02a text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ac02a;
Background color
Panel with #0ac02a background
background-color: #0ac02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ac02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ac02a; background: linear-gradient(135deg, #0ac02a, #0AC0A3);