#ace110
a balanced, electric green · cool · closest name: yellow
RGB
172, 225, 16
HSL
75°, 87%, 47%
CMYK
24, 0, 93, 12
Luminance
0.6266
Every format
| HEX | #ace110 |
| RGB | rgb(172, 225, 16) |
| HSL | hsl(75, 87%, 47%) |
| CMYK | cmyk(24%, 0%, 93%, 12%) |
| LAB | lab(83.3 -41.0 80.1) |
| LCH | lch(83.3 90.0 117.1) |
| OKLCH | oklch(0.842 0.209 125.1) |
Copy-ready code
/* CSS */
color: #ace110;
background-color: #ace110;
/* Tailwind (arbitrary) */
class="text-[#ace110] bg-[#ace110]"
/* SCSS */
$brand: #ace110;
/* SwiftUI */
Color(red: 0.675, green: 0.882, blue: 0.063)
/* Android */
Color.parseColor("#ace110")Accessibility — WCAG contrast
Aa
#ace110 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace110 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green88.2%
Blue6.3%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow92.9%
Key (black)11.8%
Color previews
#ace110 text on a black background
contrast 13.53:1
Card sample
#ace110 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace110;
Background color
Panel with #ace110 background
background-color: #ace110;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace110;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 225, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 225, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace110; background: linear-gradient(135deg, #ace110, #21E110);