#ace012
a balanced, electric green · cool · closest name: yellow
RGB
172, 224, 18
HSL
75°, 85%, 48%
CMYK
23, 0, 92, 12
Luminance
0.6213
Every format
| HEX | #ace012 |
| RGB | rgb(172, 224, 18) |
| HSL | hsl(75, 85%, 48%) |
| CMYK | cmyk(23%, 0%, 92%, 12%) |
| LAB | lab(83.0 -40.5 79.7) |
| LCH | lch(83.0 89.4 117.0) |
| OKLCH | oklch(0.840 0.208 124.9) |
Copy-ready code
/* CSS */
color: #ace012;
background-color: #ace012;
/* Tailwind (arbitrary) */
class="text-[#ace012] bg-[#ace012]"
/* SCSS */
$brand: #ace012;
/* SwiftUI */
Color(red: 0.675, green: 0.878, blue: 0.071)
/* Android */
Color.parseColor("#ace012")Accessibility — WCAG contrast
Aa
#ace012 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace012 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.8%
Blue7.1%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow92.0%
Key (black)12.2%
Color previews
#ace012 text on a black background
contrast 13.43:1
Card sample
#ace012 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace012;
Background color
Panel with #ace012 background
background-color: #ace012;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace012;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 224, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 224, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace012; background: linear-gradient(135deg, #ace012, #23E012);