#A8F01D
A medium, vivid green closely aligning with Greenyellow.
About #A8F01D
At its core, #A8F01D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 240, and 29.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 30% C, 0% M, 88% Y, and 6% K. With a hue angle of 80.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8F01D
RGB168, 240, 29
HSL80.5°, 87.6%, 52.7%
CMYK30%, 0%, 88%, 6%
HSV80.5°, 87.9%, 94.1%
LAB87.4, -48.6, 81.5
XYZ47.5, 70.7, 12.3
Decimal11071517
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.15:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F01D;
}
.text-color {
color: #A8F01D;
}
.border-color {
border: 2px solid #A8F01D;
}