Shades of Spring Green #13EA78
Tints of Spring Green #13EA78
RGB
CMYK
RGB Variations
Color information
#13EA78 (or 0x13EA78) is known color: Spring Green. HEX triplet: 13, EA and 78. RGB value is (19,234,120). Sum of RGB (Red+Green+Blue) = 19+234+120=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 234 (91.80% from 255 or 62.73% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EA78 is #EC1587. Grayscale: #9C9C9C. Windows color (decimal): -15472008 or 7924243. OLE color: 7924243.
HSL color Cylindrical-coordinate representation of color #13EA78: hue angle of 148.19º 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 #13EA78 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 120 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.08 |
| HSL | 148.19º | 0.85% | 0.5% | - |
| HSV(B) | 148.19º | 0.92% | 0.92% | - |
| XYZ | 33.08 | 60.34 | 27.67 | - |
| YUV | 156.72 | 107.27 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 120 | 0.92 | 0 | 0.49 | 0.08 | 148.19 | 0.85 | 0.5 |
| Hex | 13 | EA | 78 | 5C | 0 | 31 | 8 | 94 | 55 | 32 |
| Octal | 23 | 352 | 170 | 134 | 0 | 61 | 10 | 224 | 125 | 62 |
| Binary | 10011 | 11101010 | 1111000 | 1011100 | 0 | 110001 | 1000 | 10010100 | 1010101 | 110010 |
Color Harmonies of #13EA78
Complementary color
Monochromatic Colors of #13EA78
Black with #13EA78
Text Example
Text Example
White with #13EA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EA78; }
p { color: rgb(19,234,120); }
H1.HeaderClassName
{
color: #13EA78;
}
.AnyTagClassName
{
color: #13EA78;
}
</style>
background-color css
<style>
a { background-color: #13EA78; }
a { background-color: rgb(19,234,120); }
div.DivClassName
{
background-color: #13EA78;
}
.BgClassName
{
background-color: #13EA78;
}
</style>
border-color css
<style>
span { border-color: #13EA78; }
span { border-color: rgb(19,234,120); }
td.TdClassName
{
border-color: #13EA78;
}
.TagClassName
{
border-color: #13EA78;
}
</style>