Shades of Spring Green #0EDF79
Tints of Spring Green #0EDF79
RGB
CMYK
RGB Variations
Color information
#0EDF79 (or 0x0EDF79) is known color: Spring Green. HEX triplet: 0E, DF and 79. RGB value is (14,223,121). Sum of RGB (Red+Green+Blue) = 14+223+121=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDF79 is #F12086. Grayscale: #959595. Windows color (decimal): -15802503 or 7986958. OLE color: 7986958.
HSL color Cylindrical-coordinate representation of color #0EDF79: hue angle of 150.72º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDF79 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 121 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.13 |
| HSL | 150.72º | 0.88% | 0.46% | - |
| HSV(B) | 150.72º | 0.94% | 0.87% | - |
| XYZ | 30.02 | 54.25 | 26.98 | - |
| YUV | 148.88 | 112.26 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 121 | 0.94 | 0 | 0.46 | 0.13 | 150.72 | 0.88 | 0.46 |
| Hex | E | DF | 79 | 5E | 0 | 2E | D | 97 | 58 | 2E |
| Octal | 16 | 337 | 171 | 136 | 0 | 56 | 15 | 227 | 130 | 56 |
| Binary | 1110 | 11011111 | 1111001 | 1011110 | 0 | 101110 | 1101 | 10010111 | 1011000 | 101110 |
Color Harmonies of #0EDF79
Complementary color
Monochromatic Colors of #0EDF79
Black with #0EDF79
Text Example
Text Example
White with #0EDF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDF79; }
p { color: rgb(14,223,121); }
H1.HeaderClassName
{
color: #0EDF79;
}
.AnyTagClassName
{
color: #0EDF79;
}
</style>
background-color css
<style>
a { background-color: #0EDF79; }
a { background-color: rgb(14,223,121); }
div.DivClassName
{
background-color: #0EDF79;
}
.BgClassName
{
background-color: #0EDF79;
}
</style>
border-color css
<style>
span { border-color: #0EDF79; }
span { border-color: rgb(14,223,121); }
td.TdClassName
{
border-color: #0EDF79;
}
.TagClassName
{
border-color: #0EDF79;
}
</style>