#0F9257
A dark, vivid green closely aligning with Seagreen.
About #0F9257
The precise color #0F9257 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Seagreen. In the RGB color space, it consists of 15 red, 146 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 90% cyan, 0% magenta, 40% yellow, and 43% black. 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 dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F9257
RGB15, 146, 87
HSL153.0°, 81.4%, 31.6%
CMYK90%, 0%, 40%, 43%
HSV153.0°, 89.7%, 57.3%
LAB53.3, -46.6, 22.3
XYZ12.2, 21.3, 12.5
Decimal1020503
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F9257;
}
.text-color {
color: #0F9257;
}
.border-color {
border: 2px solid #0F9257;
}