#A8FF42
A light, vivid green closely aligning with Greenyellow.
About #A8FF42
Visually, #A8FF42 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 255, and 66.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 34% cyan, 0% magenta, 74% yellow, and 0% black. The HSL representation is 87.6° hue, 100.0% saturation, and 62.9% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A8FF42
RGB168, 255, 66
HSL87.6°, 100.0%, 62.9%
CMYK34%, 0%, 74%, 0%
HSV87.6°, 74.1%, 100.0%
LAB91.8, -53.4, 76.4
XYZ52.9, 80.2, 17.9
Decimal11075394
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.05:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8FF42;
}
.text-color {
color: #A8FF42;
}
.border-color {
border: 2px solid #A8FF42;
}