#A0C549
A medium, moderate green closely aligning with Yellowgreen.
About #A0C549
When working with digital screens, the color #A0C549 is rendered by mixing light. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 160 red, 197 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 19% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A0C549
RGB160, 197, 73
HSL77.9°, 51.7%, 52.9%
CMYK19%, 0%, 63%, 23%
HSV77.9°, 62.9%, 77.3%
LAB74.8, -30.5, 56.3
XYZ35.7, 47.9, 13.7
Decimal10536265
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.58:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0C549;
}
.text-color {
color: #A0C549;
}
.border-color {
border: 2px solid #A0C549;
}