#0FA00F
A dark, vivid green closely aligning with Green.
About #0FA00F
The precise color #0FA00F is an excellent choice for modern design projects. Its closest recognized web color is Green. This translates to an RGB value of rgb(15, 160, 15).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 91% cyan, 0% magenta, 91% yellow, and 37% black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#0FA00F
RGB15, 160, 15
HSL120.0°, 82.9%, 34.3%
CMYK91%, 0%, 91%, 37%
HSV120.0°, 90.6%, 62.7%
LAB57.3, -59.5, 56.5
XYZ12.9, 25.3, 4.7
Decimal1024015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.47:1
Text on #FFFFFF
AA Large
6.06:1
Text on #000000
AA
3.31:1
Text on #F8FAFC
AA Large
5.15:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA00F;
}
.text-color {
color: #0FA00F;
}
.border-color {
border: 2px solid #0FA00F;
}