#A0E97C
A light, vivid green closely aligning with Lightgreen.
About #A0E97C
Visually, #A0E97C is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lightgreen. Its digital footprint relies on 160 parts red, 233 parts green, and 124 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 31% C, 0% M, 47% Y, and 9% K. With a hue angle of 100.2 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0E97C
RGB160, 233, 124
HSL100.2°, 71.2%, 70.0%
CMYK31%, 0%, 47%, 9%
HSV100.2°, 46.8%, 91.4%
LAB85.6, -41.8, 45.7
XYZ47.3, 67.2, 29.5
Decimal10545532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.44:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E97C;
}
.text-color {
color: #A0E97C;
}
.border-color {
border: 2px solid #A0E97C;
}