#5FA00F
A dark, vivid green closely aligning with Olivedrab.
About #5FA00F
Visually, #5FA00F is defined as a vivid green. Designers often compare it to the standard color Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 160, and 15.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 41% cyan, 0% magenta, 91% yellow, and 37% black. With a hue angle of 86.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#5FA00F
RGB95, 160, 15
HSL86.9°, 82.9%, 34.3%
CMYK41%, 0%, 91%, 37%
HSV86.9°, 90.6%, 62.7%
LAB59.5, -41.8, 59.3
XYZ17.4, 27.6, 4.9
Decimal6266895
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.52:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA00F;
}
.text-color {
color: #5FA00F;
}
.border-color {
border: 2px solid #5FA00F;
}