#0FA857
A dark, vivid green closely aligning with Mediumseagreen.
About #0FA857
The precise color #0FA857 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumseagreen. Its digital footprint relies on 15 parts red, 168 parts green, and 87 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 91% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#0FA857
RGB15, 168, 87
HSL148.2°, 83.6%, 35.9%
CMYK91%, 0%, 48%, 34%
HSV148.2°, 91.1%, 65.9%
LAB60.6, -54.6, 31.8
XYZ15.9, 28.8, 13.7
Decimal1026135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.11:1
Text on #FFFFFF
AA Large
6.76:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA857;
}
.text-color {
color: #0FA857;
}
.border-color {
border: 2px solid #0FA857;
}