#00925F
A dark, vivid green closely aligning with Seagreen.
About #00925F
Visually, #00925F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Seagreen. Its digital footprint relies on 0 parts red, 146 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 35% yellow, and 43% black. The HSL representation is 159.0° hue, 100.0% saturation, and 28.6% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00925F
RGB0, 146, 95
HSL159.0°, 100.0%, 28.6%
CMYK100%, 0%, 35%, 43%
HSV159.0°, 100.0%, 57.3%
LAB53.4, -45.8, 17.9
XYZ12.3, 21.4, 14.3
Decimal37471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.28:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #00925F;
}
.text-color {
color: #00925F;
}
.border-color {
border: 2px solid #00925F;
}