#A8F816
A medium, vivid green closely aligning with Greenyellow.
About #A8F816
Visually, #A8F816 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, 248 green, and 22 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 32% Cyan, 0% Magenta, 91% Yellow, and 3% Black. The HSL representation is 81.2° hue, 94.2% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8F816
RGB168, 248, 22
HSL81.2°, 94.2%, 52.9%
CMYK32%, 0%, 91%, 3%
HSV81.2°, 91.1%, 97.3%
LAB89.6, -52.1, 84.4
XYZ49.9, 75.5, 12.7
Decimal11073558
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.10:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8F816;
}
.text-color {
color: #A8F816;
}
.border-color {
border: 2px solid #A8F816;
}