Shades of Spring Green #0EF889
Tints of Spring Green #0EF889
RGB
CMYK
RGB Variations
Color information
#0EF889 (or 0x0EF889) is known color: Spring Green. HEX triplet: 0E, F8 and 89. RGB value is (14,248,137). Sum of RGB (Red+Green+Blue) = 14+248+137=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 248 (97.27% from 255 or 62.16% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 248 - color contains mainly: green. Hex color #0EF889 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF889 is #F10776. Grayscale: #A5A5A5. Windows color (decimal): -15796087 or 9041934. OLE color: 9041934.
HSL color Cylindrical-coordinate representation of color #0EF889: hue angle of 151.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF889 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 248 | 137 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.03 |
| HSL | 151.54º | 0.94% | 0.51% | - |
| HSV(B) | 151.54º | 0.94% | 0.97% | - |
| XYZ | 38.26 | 69.03 | 34.98 | - |
| YUV | 165.38 | 111.98 | 20.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 248 | 137 | 0.94 | 0 | 0.45 | 0.03 | 151.54 | 0.94 | 0.51 |
| Hex | E | F8 | 89 | 5E | 0 | 2D | 3 | 98 | 5E | 33 |
| Octal | 16 | 370 | 211 | 136 | 0 | 55 | 3 | 230 | 136 | 63 |
| Binary | 1110 | 11111000 | 10001001 | 1011110 | 0 | 101101 | 11 | 10011000 | 1011110 | 110011 |
Color Harmonies of #0EF889
Complementary color
Monochromatic Colors of #0EF889
Black with #0EF889
Text Example
Text Example
White with #0EF889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF889; }
p { color: rgb(14,248,137); }
H1.HeaderClassName
{
color: #0EF889;
}
.AnyTagClassName
{
color: #0EF889;
}
</style>
background-color css
<style>
a { background-color: #0EF889; }
a { background-color: rgb(14,248,137); }
div.DivClassName
{
background-color: #0EF889;
}
.BgClassName
{
background-color: #0EF889;
}
</style>
border-color css
<style>
span { border-color: #0EF889; }
span { border-color: rgb(14,248,137); }
td.TdClassName
{
border-color: #0EF889;
}
.TagClassName
{
border-color: #0EF889;
}
</style>