#A0CC5F
A medium, moderate green closely aligning with Yellowgreen.
About #A0CC5F
When working with digital screens, the color #A0CC5F is rendered by mixing light. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 204, and 95.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 22% cyan, 0% magenta, 53% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0CC5F
RGB160, 204, 95
HSL84.2°, 51.7%, 58.6%
CMYK22%, 0%, 53%, 20%
HSV84.2°, 53.4%, 80.0%
LAB77.0, -31.9, 49.0
XYZ38.2, 51.5, 18.8
Decimal10538079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.30:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0CC5F;
}
.text-color {
color: #A0CC5F;
}
.border-color {
border: 2px solid #A0CC5F;
}