#0FA87C
A dark, vivid green closely aligning with Mediumseagreen.
About #0FA87C
When working with digital screens, the color #0FA87C is rendered by mixing light. It is closely associated with the named CSS color Mediumseagreen. This translates to an RGB value of rgb(15, 168, 124).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 91% cyan and 0% magenta inks. With a hue angle of 162.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#0FA87C
RGB15, 168, 124
HSL162.7°, 83.6%, 35.9%
CMYK91%, 0%, 26%, 34%
HSV162.7°, 91.1%, 65.9%
LAB61.3, -46.8, 12.7
XYZ17.8, 29.6, 23.8
Decimal1026172
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.91:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA87C;
}
.text-color {
color: #0FA87C;
}
.border-color {
border: 2px solid #0FA87C;
}