#A8F81D
A medium, vivid green closely aligning with Greenyellow.
About #A8F81D
The hex code #A8F81D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Greenyellow. Its digital footprint relies on 168 parts red, 248 parts green, and 29 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 32% C, 0% M, 88% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8F81D
RGB168, 248, 29
HSL81.9°, 94.0%, 54.3%
CMYK32%, 0%, 88%, 3%
HSV81.9°, 88.3%, 97.3%
LAB89.6, -51.9, 83.4
XYZ49.9, 75.5, 13.1
Decimal11073565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.11: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: #A8F81D;
}
.text-color {
color: #A8F81D;
}
.border-color {
border: 2px solid #A8F81D;
}