#A0C50F
A medium, vivid yellow closely aligning with Yellowgreen.
About #A0C50F
At its core, #A0C50F is a medium and vivid hue. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(160, 197, 15).
If you are designing for print, the four-color process is what matters most. The color uses 19% Cyan, 0% Magenta, 92% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0C50F
RGB160, 197, 15
HSL72.2°, 85.8%, 41.6%
CMYK19%, 0%, 92%, 23%
HSV72.2°, 92.4%, 77.3%
LAB74.5, -33.1, 73.0
XYZ34.5, 47.4, 7.8
Decimal10536207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.49:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0C50F;
}
.text-color {
color: #A0C50F;
}
.border-color {
border: 2px solid #A0C50F;
}