#A0E966
A light, vivid green closely aligning with Yellowgreen.
About #A0E966
Visually, #A0E966 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 160 red, 233 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 31% cyan, 0% magenta, 56% yellow, and 9% black. The HSL representation is 93.4° hue, 74.9% saturation, and 65.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#A0E966
RGB160, 233, 102
HSL93.4°, 74.9%, 65.7%
CMYK31%, 0%, 56%, 9%
HSV93.4°, 56.2%, 91.4%
LAB85.4, -44.2, 55.6
XYZ46.0, 66.7, 23.0
Decimal10545510
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.34:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E966;
}
.text-color {
color: #A0E966;
}
.border-color {
border: 2px solid #A0E966;
}