Shades of Spring Green #13ED6D
Tints of Spring Green #13ED6D
RGB
CMYK
RGB Variations
Color information
#13ED6D (or 0x13ED6D) is known color: Spring Green. HEX triplet: 13, ED and 6D. RGB value is (19,237,109). Sum of RGB (Red+Green+Blue) = 19+237+109=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 237 (92.97% from 255 or 64.93% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 237 - color contains mainly: green. Hex color #13ED6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13ED6D is #EC1292. Grayscale: #9D9D9D. Windows color (decimal): -15471251 or 7204115. OLE color: 7204115.
HSL color Cylindrical-coordinate representation of color #13ED6D: hue angle of 144.77º degrees, saturation: 0.86, 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 #13ED6D is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 237 | 109 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.07 |
| HSL | 144.77º | 0.86% | 0.5% | - |
| HSV(B) | 144.77º | 0.92% | 0.93% | - |
| XYZ | 33.31 | 61.81 | 24.64 | - |
| YUV | 157.23 | 100.78 | 29.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 237 | 109 | 0.92 | 0 | 0.54 | 0.07 | 144.77 | 0.86 | 0.5 |
| Hex | 13 | ED | 6D | 5C | 0 | 36 | 7 | 91 | 56 | 32 |
| Octal | 23 | 355 | 155 | 134 | 0 | 66 | 7 | 221 | 126 | 62 |
| Binary | 10011 | 11101101 | 1101101 | 1011100 | 0 | 110110 | 111 | 10010001 | 1010110 | 110010 |
Color Harmonies of #13ED6D
Complementary color
Monochromatic Colors of #13ED6D
Black with #13ED6D
Text Example
Text Example
White with #13ED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ED6D; }
p { color: rgb(19,237,109); }
H1.HeaderClassName
{
color: #13ED6D;
}
.AnyTagClassName
{
color: #13ED6D;
}
</style>
background-color css
<style>
a { background-color: #13ED6D; }
a { background-color: rgb(19,237,109); }
div.DivClassName
{
background-color: #13ED6D;
}
.BgClassName
{
background-color: #13ED6D;
}
</style>
border-color css
<style>
span { border-color: #13ED6D; }
span { border-color: rgb(19,237,109); }
td.TdClassName
{
border-color: #13ED6D;
}
.TagClassName
{
border-color: #13ED6D;
}
</style>