#A8E924
A medium, vivid green closely aligning with Greenyellow.
About #A8E924
Visually, #A8E924 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Greenyellow. Its digital footprint relies on 168 parts red, 233 parts green, and 36 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 28% Cyan, 0% Magenta, 85% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8E924
RGB168, 233, 36
HSL79.8°, 81.7%, 52.7%
CMYK28%, 0%, 85%, 9%
HSV79.8°, 84.5%, 91.4%
LAB85.4, -45.5, 78.5
XYZ45.6, 66.7, 12.1
Decimal11069732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.35:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E924;
}
.text-color {
color: #A8E924;
}
.border-color {
border: 2px solid #A8E924;
}