#A8FF5F
A light, vivid green closely aligning with Greenyellow.
About #A8FF5F
When working with digital screens, the color #A8FF5F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Greenyellow. Its digital footprint relies on 168 parts red, 255 parts green, and 95 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 34% cyan, 0% magenta, 63% yellow, and 0% black. The HSL representation is 92.6° hue, 100.0% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A8FF5F
RGB168, 255, 95
HSL92.6°, 100.0%, 68.6%
CMYK34%, 0%, 63%, 0%
HSV92.6°, 62.7%, 100.0%
LAB92.0, -51.4, 66.1
XYZ54.0, 80.7, 23.6
Decimal11075423
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.13:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FF5F;
}
.text-color {
color: #A8FF5F;
}
.border-color {
border: 2px solid #A8FF5F;
}