#A0D333
A medium, moderate green closely aligning with Yellowgreen.
About #A0D333
When working with digital screens, the color #A0D333 is rendered by mixing light. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(160, 211, 51).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 24% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0D333
RGB160, 211, 51
HSL79.1°, 64.5%, 51.4%
CMYK24%, 0%, 76%, 17%
HSV79.1°, 75.8%, 82.7%
LAB78.6, -38.3, 68.4
XYZ38.4, 54.3, 11.6
Decimal10539827
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.77:1
Text on #FFFFFF
FAIL
11.86:1
Text on #000000
AAA
1.69:1
Text on #F8FAFC
FAIL
10.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D333;
}
.text-color {
color: #A0D333;
}
.border-color {
border: 2px solid #A0D333;
}