#A0D300
A medium, vivid yellow closely aligning with Yellowgreen.
About #A0D300
At its core, #A0D300 is a medium and vivid hue. 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, 211, and 0.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 24% cyan, 0% magenta, 100% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0D300
RGB160, 211, 0
HSL74.5°, 100.0%, 41.4%
CMYK24%, 0%, 100%, 17%
HSV74.5°, 100.0%, 82.7%
LAB78.5, -39.7, 77.6
XYZ37.8, 54.1, 8.4
Decimal10539776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.81:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D300;
}
.text-color {
color: #A0D300;
}
.border-color {
border: 2px solid #A0D300;
}