Shades of Spring Green #13EC78
Tints of Spring Green #13EC78
RGB
CMYK
RGB Variations
Color information
#13EC78 (or 0x13EC78) is known color: Spring Green. HEX triplet: 13, EC and 78. RGB value is (19,236,120). Sum of RGB (Red+Green+Blue) = 19+236+120=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EC78 is #EC1387. Grayscale: #9E9E9E. Windows color (decimal): -15471496 or 7924755. OLE color: 7924755.
HSL color Cylindrical-coordinate representation of color #13EC78: hue angle of 147.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EC78 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 120 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.07 |
| HSL | 147.93º | 0.85% | 0.5% | - |
| HSV(B) | 147.93º | 0.92% | 0.93% | - |
| XYZ | 33.65 | 61.49 | 27.86 | - |
| YUV | 157.89 | 106.61 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 120 | 0.92 | 0 | 0.49 | 0.07 | 147.93 | 0.85 | 0.5 |
| Hex | 13 | EC | 78 | 5C | 0 | 31 | 7 | 94 | 55 | 32 |
| Octal | 23 | 354 | 170 | 134 | 0 | 61 | 7 | 224 | 125 | 62 |
| Binary | 10011 | 11101100 | 1111000 | 1011100 | 0 | 110001 | 111 | 10010100 | 1010101 | 110010 |
Color Harmonies of #13EC78
Complementary color
Monochromatic Colors of #13EC78
Black with #13EC78
Text Example
Text Example
White with #13EC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC78; }
p { color: rgb(19,236,120); }
H1.HeaderClassName
{
color: #13EC78;
}
.AnyTagClassName
{
color: #13EC78;
}
</style>
background-color css
<style>
a { background-color: #13EC78; }
a { background-color: rgb(19,236,120); }
div.DivClassName
{
background-color: #13EC78;
}
.BgClassName
{
background-color: #13EC78;
}
</style>
border-color css
<style>
span { border-color: #13EC78; }
span { border-color: rgb(19,236,120); }
td.TdClassName
{
border-color: #13EC78;
}
.TagClassName
{
border-color: #13EC78;
}
</style>