#A8E975
A light, vivid green closely aligning with Lightgreen.
About #A8E975
When working with digital screens, the color #A8E975 is rendered by mixing light. Its closest recognized web color is Lightgreen. In the RGB color space, it consists of 168 red, 233 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 28% C, 0% M, 50% Y, and 9% K. The HSL representation is 93.6° hue, 72.5% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8E975
RGB168, 233, 117
HSL93.6°, 72.5%, 68.6%
CMYK28%, 0%, 50%, 9%
HSV93.6°, 49.8%, 91.4%
LAB85.9, -39.9, 49.5
XYZ48.5, 67.9, 27.4
Decimal11069813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.58:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8E975;
}
.text-color {
color: #A8E975;
}
.border-color {
border: 2px solid #A8E975;
}