#A8F03A
A medium, vivid green closely aligning with Greenyellow.
About #A8F03A
Visually, #A8F03A is defined as a vivid green. Designers often compare it to the standard color Greenyellow. In the RGB color space, it consists of 168 red, 240 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 30% Cyan, 0% Magenta, 76% Yellow, and 6% Black. The HSL representation is 83.7° hue, 85.8% saturation, and 58.4% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8F03A
RGB168, 240, 58
HSL83.7°, 85.8%, 58.4%
CMYK30%, 0%, 76%, 6%
HSV83.7°, 75.8%, 94.1%
LAB87.5, -47.6, 74.7
XYZ48.1, 71.0, 15.2
Decimal11071546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.19:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F03A;
}
.text-color {
color: #A8F03A;
}
.border-color {
border: 2px solid #A8F03A;
}