Shades of Spring Green #0EF389
Tints of Spring Green #0EF389
RGB
CMYK
RGB Variations
Color information
#0EF389 (or 0x0EF389) is known color: Spring Green. HEX triplet: 0E, F3 and 89. RGB value is (14,243,137). Sum of RGB (Red+Green+Blue) = 14+243+137=394 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.55% from 394); Green value is 243 (95.31% from 255 or 61.68% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 243 - color contains mainly: green. Hex color #0EF389 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF389 is #F10C76. Grayscale: #A2A2A2. Windows color (decimal): -15797367 or 9040654. OLE color: 9040654.
HSL color Cylindrical-coordinate representation of color #0EF389: hue angle of 152.23º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF389 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 243 | 137 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.05 |
| HSL | 152.23º | 0.91% | 0.5% | - |
| HSV(B) | 152.23º | 0.94% | 0.95% | - |
| XYZ | 36.75 | 66 | 34.47 | - |
| YUV | 162.45 | 113.63 | 22.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 243 | 137 | 0.94 | 0 | 0.44 | 0.05 | 152.23 | 0.91 | 0.5 |
| Hex | E | F3 | 89 | 5E | 0 | 2C | 5 | 98 | 5B | 32 |
| Octal | 16 | 363 | 211 | 136 | 0 | 54 | 5 | 230 | 133 | 62 |
| Binary | 1110 | 11110011 | 10001001 | 1011110 | 0 | 101100 | 101 | 10011000 | 1011011 | 110010 |
Color Harmonies of #0EF389
Complementary color
Monochromatic Colors of #0EF389
Black with #0EF389
Text Example
Text Example
White with #0EF389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF389; }
p { color: rgb(14,243,137); }
H1.HeaderClassName
{
color: #0EF389;
}
.AnyTagClassName
{
color: #0EF389;
}
</style>
background-color css
<style>
a { background-color: #0EF389; }
a { background-color: rgb(14,243,137); }
div.DivClassName
{
background-color: #0EF389;
}
.BgClassName
{
background-color: #0EF389;
}
</style>
border-color css
<style>
span { border-color: #0EF389; }
span { border-color: rgb(14,243,137); }
td.TdClassName
{
border-color: #0EF389;
}
.TagClassName
{
border-color: #0EF389;
}
</style>