#A8FF75
A light, vivid green closely aligning with Palegreen.
About #A8FF75
At its core, #A8FF75 is a light and vivid hue. Its closest recognized web color is Palegreen. Its digital footprint relies on 168 parts red, 255 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 34% Cyan, 0% Magenta, 54% Yellow, and 0% Black. With a hue angle of 97.8 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8FF75
RGB168, 255, 117
HSL97.8°, 100.0%, 72.9%
CMYK34%, 0%, 54%, 0%
HSV97.8°, 54.1%, 100.0%
LAB92.2, -49.4, 57.0
XYZ55.1, 81.1, 29.6
Decimal11075445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.23:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FF75;
}
.text-color {
color: #A8FF75;
}
.border-color {
border: 2px solid #A8FF75;
}