#A0CC57
A medium, moderate green closely aligning with Yellowgreen.
About #A0CC57
The hex code #A0CC57 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(160, 204, 87).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 22% cyan and 0% magenta inks. With a hue angle of 82.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0CC57
RGB160, 204, 87
HSL82.6°, 53.4%, 57.1%
CMYK22%, 0%, 57%, 20%
HSV82.6°, 57.4%, 80.0%
LAB76.9, -32.7, 52.6
XYZ37.8, 51.3, 16.9
Decimal10538071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.27:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0CC57;
}
.text-color {
color: #A0CC57;
}
.border-color {
border: 2px solid #A0CC57;
}