#A8F824
A medium, vivid green closely aligning with Greenyellow.
About #A8F824
At its core, #A8F824 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Greenyellow. This translates to an RGB value of rgb(168, 248, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 32% Cyan, 0% Magenta, 85% Yellow, and 3% Black. With a hue angle of 82.6 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8F824
RGB168, 248, 36
HSL82.6°, 93.8%, 55.7%
CMYK32%, 0%, 85%, 3%
HSV82.6°, 85.5%, 97.3%
LAB89.7, -51.7, 82.2
XYZ50.0, 75.6, 13.6
Decimal11073572
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.12:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F824;
}
.text-color {
color: #A8F824;
}
.border-color {
border: 2px solid #A8F824;
}