Shades of Spring Green #0EE780
Tints of Spring Green #0EE780
RGB
CMYK
RGB Variations
Color information
#0EE780 (or 0x0EE780) is known color: Spring Green. HEX triplet: 0E, E7 and 80. RGB value is (14,231,128). Sum of RGB (Red+Green+Blue) = 14+231+128=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 231 (90.62% from 255 or 61.93% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE780 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EE780 is #F1187F. Grayscale: #9A9A9A. Windows color (decimal): -15800448 or 8447758. OLE color: 8447758.
HSL color Cylindrical-coordinate representation of color #0EE780: hue angle of 151.52º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE780 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 231 | 128 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.09 |
| HSL | 151.52º | 0.89% | 0.48% | - |
| HSV(B) | 151.52º | 0.94% | 0.91% | - |
| XYZ | 32.65 | 58.8 | 30.05 | - |
| YUV | 154.38 | 113.11 | 27.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 231 | 128 | 0.94 | 0 | 0.45 | 0.09 | 151.52 | 0.89 | 0.48 |
| Hex | E | E7 | 80 | 5E | 0 | 2D | 9 | 98 | 59 | 30 |
| Octal | 16 | 347 | 200 | 136 | 0 | 55 | 11 | 230 | 131 | 60 |
| Binary | 1110 | 11100111 | 10000000 | 1011110 | 0 | 101101 | 1001 | 10011000 | 1011001 | 110000 |
Color Harmonies of #0EE780
Complementary color
Monochromatic Colors of #0EE780
Black with #0EE780
Text Example
Text Example
White with #0EE780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE780; }
p { color: rgb(14,231,128); }
H1.HeaderClassName
{
color: #0EE780;
}
.AnyTagClassName
{
color: #0EE780;
}
</style>
background-color css
<style>
a { background-color: #0EE780; }
a { background-color: rgb(14,231,128); }
div.DivClassName
{
background-color: #0EE780;
}
.BgClassName
{
background-color: #0EE780;
}
</style>
border-color css
<style>
span { border-color: #0EE780; }
span { border-color: rgb(14,231,128); }
td.TdClassName
{
border-color: #0EE780;
}
.TagClassName
{
border-color: #0EE780;
}
</style>