#A0E95F
A light, vivid green closely aligning with Yellowgreen.
About #A0E95F
At its core, #A0E95F is a light and vivid hue. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(160, 233, 95).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 31% C, 0% M, 59% Y, and 9% K. The HSL representation is 91.7° hue, 75.8% saturation, and 64.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#A0E95F
RGB160, 233, 95
HSL91.7°, 75.8%, 64.3%
CMYK31%, 0%, 59%, 9%
HSV91.7°, 59.2%, 91.4%
LAB85.3, -44.9, 58.6
XYZ45.7, 66.6, 21.3
Decimal10545503
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.32:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E95F;
}
.text-color {
color: #A0E95F;
}
.border-color {
border: 2px solid #A0E95F;
}