#A0F050
A light, vivid green closely aligning with Yellowgreen.
About #A0F050
When working with digital screens, the color #A0F050 is rendered by mixing light. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 240, and 80.
If you are designing for print, the four-color process is what matters most. The color uses 33% Cyan, 0% Magenta, 67% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0F050
RGB160, 240, 80
HSL90.0°, 84.2%, 62.7%
CMYK33%, 0%, 67%, 6%
HSV90.0°, 66.7%, 94.1%
LAB87.2, -49.1, 66.7
XYZ47.1, 70.4, 18.7
Decimal10547280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.07:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0F050;
}
.text-color {
color: #A0F050;
}
.border-color {
border: 2px solid #A0F050;
}