#A0E98A
A light, moderate green closely aligning with Lightgreen.
About #A0E98A
Visually, #A0E98A is defined as a moderate 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 138 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 31% C, 0% M, 41% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#A0E98A
RGB160, 233, 138
HSL106.1°, 68.3%, 72.7%
CMYK31%, 0%, 41%, 9%
HSV106.1°, 40.8%, 91.4%
LAB85.8, -40.0, 39.1
XYZ48.2, 67.6, 34.5
Decimal10545546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.52:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E98A;
}
.text-color {
color: #A0E98A;
}
.border-color {
border: 2px solid #A0E98A;
}