#0FA01D
A dark, vivid green closely aligning with Green.
About #0FA01D
When working with digital screens, the color #0FA01D is rendered by mixing light. Its closest recognized web color is Green. This translates to an RGB value of rgb(15, 160, 29).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 91% cyan, 0% magenta, 82% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
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#0FA01D
RGB15, 160, 29
HSL125.8°, 82.9%, 34.3%
CMYK91%, 0%, 82%, 37%
HSV125.8°, 90.6%, 62.7%
LAB57.4, -58.8, 53.2
XYZ13.0, 25.3, 5.4
Decimal1024029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.07:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA01D;
}
.text-color {
color: #0FA01D;
}
.border-color {
border: 2px solid #0FA01D;
}