#0F9250
A dark, vivid green closely aligning with Seagreen.
About #0F9250
When working with digital screens, the color #0F9250 is rendered by mixing light. Its closest recognized web color is Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 146, and 80.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 90% cyan, 0% magenta, 45% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F9250
RGB15, 146, 80
HSL149.8°, 81.4%, 31.6%
CMYK90%, 0%, 45%, 43%
HSV149.8°, 89.7%, 57.3%
LAB53.2, -48.0, 26.0
XYZ11.9, 21.2, 11.1
Decimal1020496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F9250;
}
.text-color {
color: #0F9250;
}
.border-color {
border: 2px solid #0F9250;
}