Shades of Spring Green #13EA73
Tints of Spring Green #13EA73
RGB
CMYK
RGB Variations
Color information
#13EA73 (or 0x13EA73) is known color: Spring Green. HEX triplet: 13, EA and 73. RGB value is (19,234,115). Sum of RGB (Red+Green+Blue) = 19+234+115=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 234 (91.80% from 255 or 63.59% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EA73 is #EC158C. Grayscale: #9C9C9C. Windows color (decimal): -15472013 or 7596563. OLE color: 7596563.
HSL color Cylindrical-coordinate representation of color #13EA73: hue angle of 146.79º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA73 is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 115 | - |
| CMYK | 0.92 | 0 | 0.51 | 0.08 |
| HSL | 146.79º | 0.85% | 0.5% | - |
| HSV(B) | 146.79º | 0.92% | 0.92% | - |
| XYZ | 32.79 | 60.22 | 26.12 | - |
| YUV | 156.15 | 104.77 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 115 | 0.92 | 0 | 0.51 | 0.08 | 146.79 | 0.85 | 0.5 |
| Hex | 13 | EA | 73 | 5C | 0 | 33 | 8 | 93 | 55 | 32 |
| Octal | 23 | 352 | 163 | 134 | 0 | 63 | 10 | 223 | 125 | 62 |
| Binary | 10011 | 11101010 | 1110011 | 1011100 | 0 | 110011 | 1000 | 10010011 | 1010101 | 110010 |
Color Harmonies of #13EA73
Complementary color
Monochromatic Colors of #13EA73
Black with #13EA73
Text Example
Text Example
White with #13EA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EA73; }
p { color: rgb(19,234,115); }
H1.HeaderClassName
{
color: #13EA73;
}
.AnyTagClassName
{
color: #13EA73;
}
</style>
background-color css
<style>
a { background-color: #13EA73; }
a { background-color: rgb(19,234,115); }
div.DivClassName
{
background-color: #13EA73;
}
.BgClassName
{
background-color: #13EA73;
}
</style>
border-color css
<style>
span { border-color: #13EA73; }
span { border-color: rgb(19,234,115); }
td.TdClassName
{
border-color: #13EA73;
}
.TagClassName
{
border-color: #13EA73;
}
</style>