#A0B633
A medium, moderate yellow closely aligning with Yellowgreen.
About #A0B633
When working with digital screens, the color #A0B633 is rendered by mixing light. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(160, 182, 51).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 12% cyan, 0% magenta, 72% yellow, and 29% black. With a hue angle of 70.1 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. 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#A0B633
RGB160, 182, 51
HSL70.1°, 56.2%, 45.7%
CMYK12%, 0%, 72%, 29%
HSV70.1°, 72.0%, 71.4%
LAB70.3, -24.8, 60.4
XYZ31.8, 41.2, 9.4
Decimal10532403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.23:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B633;
}
.text-color {
color: #A0B633;
}
.border-color {
border: 2px solid #A0B633;
}