#0FC575
A medium, vivid green closely aligning with Mediumseagreen.
About #0FC575
Visually, #0FC575 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 197, and 117.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 92% C, 0% M, 41% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FC575
RGB15, 197, 117
HSL153.6°, 85.8%, 41.6%
CMYK92%, 0%, 41%, 23%
HSV153.6°, 92.4%, 77.3%
LAB70.4, -59.1, 28.9
XYZ23.4, 41.3, 23.6
Decimal1033589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.26:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC575;
}
.text-color {
color: #0FC575;
}
.border-color {
border: 2px solid #0FC575;
}