Shades of Spring Green #0EE078
Tints of Spring Green #0EE078
RGB
CMYK
RGB Variations
Color information
#0EE078 (or 0x0EE078) is known color: Spring Green. HEX triplet: 0E, E0 and 78. RGB value is (14,224,120). Sum of RGB (Red+Green+Blue) = 14+224+120=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE078 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE078 is #F11F87. Grayscale: #959595. Windows color (decimal): -15802248 or 7921678. OLE color: 7921678.
HSL color Cylindrical-coordinate representation of color #0EE078: hue angle of 150.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE078 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 120 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.12 |
| HSL | 150.29º | 0.88% | 0.47% | - |
| HSV(B) | 150.29º | 0.94% | 0.88% | - |
| XYZ | 30.23 | 54.76 | 26.75 | - |
| YUV | 149.35 | 111.43 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 120 | 0.94 | 0 | 0.46 | 0.12 | 150.29 | 0.88 | 0.47 |
| Hex | E | E0 | 78 | 5E | 0 | 2E | C | 96 | 58 | 2F |
| Octal | 16 | 340 | 170 | 136 | 0 | 56 | 14 | 226 | 130 | 57 |
| Binary | 1110 | 11100000 | 1111000 | 1011110 | 0 | 101110 | 1100 | 10010110 | 1011000 | 101111 |
Color Harmonies of #0EE078
Complementary color
Monochromatic Colors of #0EE078
Black with #0EE078
Text Example
Text Example
White with #0EE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE078; }
p { color: rgb(14,224,120); }
H1.HeaderClassName
{
color: #0EE078;
}
.AnyTagClassName
{
color: #0EE078;
}
</style>
background-color css
<style>
a { background-color: #0EE078; }
a { background-color: rgb(14,224,120); }
div.DivClassName
{
background-color: #0EE078;
}
.BgClassName
{
background-color: #0EE078;
}
</style>
border-color css
<style>
span { border-color: #0EE078; }
span { border-color: rgb(14,224,120); }
td.TdClassName
{
border-color: #0EE078;
}
.TagClassName
{
border-color: #0EE078;
}
</style>