#A0E25F
A light, moderate green closely aligning with Yellowgreen.
About #A0E25F
Visually, #A0E25F is defined as a moderate green. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 160 parts red, 226 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 29% cyan and 0% magenta inks. The HSL representation is 90.2° hue, 69.3% saturation, and 62.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0E25F
RGB160, 226, 95
HSL90.2°, 69.3%, 62.9%
CMYK29%, 0%, 58%, 11%
HSV90.2°, 58.0%, 88.6%
LAB83.3, -41.9, 56.3
XYZ43.8, 62.7, 20.6
Decimal10543711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.54:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0E25F;
}
.text-color {
color: #A0E25F;
}
.border-color {
border: 2px solid #A0E25F;
}