#A8F024
A medium, vivid green closely aligning with Greenyellow.
About #A8F024
Visually, #A8F024 is defined as a vivid green. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(168, 240, 36).
For print applications, it's crucial to understand its CMYK makeup. The color uses 30% Cyan, 0% Magenta, 85% Yellow, and 6% Black. The HSL representation is 81.2° hue, 87.2% saturation, and 54.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8F024
RGB168, 240, 36
HSL81.2°, 87.2%, 54.1%
CMYK30%, 0%, 85%, 6%
HSV81.2°, 85.0%, 94.1%
LAB87.4, -48.4, 80.2
XYZ47.6, 70.8, 12.8
Decimal11071524
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.32:1
Text on #F8FAFC
FAIL
12.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F024;
}
.text-color {
color: #A8F024;
}
.border-color {
border: 2px solid #A8F024;
}