#A8FF50
A light, vivid green closely aligning with Greenyellow.
About #A8FF50
At its core, #A8FF50 is a light and vivid hue. Its closest recognized web color is Greenyellow. In the RGB color space, it consists of 168 red, 255 green, and 80 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 34% Cyan, 0% Magenta, 69% Yellow, and 0% Black. The HSL representation is 89.8° hue, 100.0% saturation, and 65.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8FF50
RGB168, 255, 80
HSL89.8°, 100.0%, 65.7%
CMYK34%, 0%, 69%, 0%
HSV89.8°, 68.6%, 100.0%
LAB91.9, -52.5, 71.7
XYZ53.4, 80.4, 20.3
Decimal11075408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.08:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FF50;
}
.text-color {
color: #A8FF50;
}
.border-color {
border: 2px solid #A8FF50;
}