#A0B60F
A dark, vivid yellow closely aligning with Yellowgreen.
About #A0B60F
Visually, #A0B60F is defined as a vivid yellow. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 160 parts red, 182 parts green, and 15 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 12% 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. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0B60F
RGB160, 182, 15
HSL67.9°, 84.8%, 38.6%
CMYK12%, 0%, 92%, 29%
HSV67.9°, 91.8%, 71.4%
LAB70.2, -26.0, 69.5
XYZ31.3, 41.0, 6.7
Decimal10532367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.19:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0B60F;
}
.text-color {
color: #A0B60F;
}
.border-color {
border: 2px solid #A0B60F;
}