Shades of Spring Green #13EC82
Tints of Spring Green #13EC82
RGB
CMYK
RGB Variations
Color information
#13EC82 (or 0x13EC82) is known color: Spring Green. HEX triplet: 13, EC and 82. RGB value is (19,236,130). Sum of RGB (Red+Green+Blue) = 19+236+130=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13EC82 is #EC137D. Grayscale: #9F9F9F. Windows color (decimal): -15471486 or 8580115. OLE color: 8580115.
HSL color Cylindrical-coordinate representation of color #13EC82: hue angle of 150.69º 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 #13EC82 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 130 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.07 |
| HSL | 150.69º | 0.85% | 0.5% | - |
| HSV(B) | 150.69º | 0.92% | 0.93% | - |
| XYZ | 34.29 | 61.74 | 31.23 | - |
| YUV | 159.03 | 111.61 | 28.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 130 | 0.92 | 0 | 0.45 | 0.07 | 150.69 | 0.85 | 0.5 |
| Hex | 13 | EC | 82 | 5C | 0 | 2D | 7 | 97 | 55 | 32 |
| Octal | 23 | 354 | 202 | 134 | 0 | 55 | 7 | 227 | 125 | 62 |
| Binary | 10011 | 11101100 | 10000010 | 1011100 | 0 | 101101 | 111 | 10010111 | 1010101 | 110010 |
Color Harmonies of #13EC82
Complementary color
Monochromatic Colors of #13EC82
Black with #13EC82
Text Example
Text Example
White with #13EC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC82; }
p { color: rgb(19,236,130); }
H1.HeaderClassName
{
color: #13EC82;
}
.AnyTagClassName
{
color: #13EC82;
}
</style>
background-color css
<style>
a { background-color: #13EC82; }
a { background-color: rgb(19,236,130); }
div.DivClassName
{
background-color: #13EC82;
}
.BgClassName
{
background-color: #13EC82;
}
</style>
border-color css
<style>
span { border-color: #13EC82; }
span { border-color: rgb(19,236,130); }
td.TdClassName
{
border-color: #13EC82;
}
.TagClassName
{
border-color: #13EC82;
}
</style>