Shades of Spring Green #13EA7A
Tints of Spring Green #13EA7A
RGB
CMYK
RGB Variations
Color information
#13EA7A (or 0x13EA7A) is known color: Spring Green. HEX triplet: 13, EA and 7A. RGB value is (19,234,122). Sum of RGB (Red+Green+Blue) = 19+234+122=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EA7A is #EC1585. Grayscale: #9D9D9D. Windows color (decimal): -15472006 or 8055315. OLE color: 8055315.
HSL color Cylindrical-coordinate representation of color #13EA7A: hue angle of 148.74º 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 #13EA7A is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 234 | 122 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.08 |
| HSL | 148.74º | 0.85% | 0.5% | - |
| HSV(B) | 148.74º | 0.92% | 0.92% | - |
| XYZ | 33.2 | 60.39 | 28.32 | - |
| YUV | 156.95 | 108.27 | 29.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 234 | 122 | 0.92 | 0 | 0.48 | 0.08 | 148.74 | 0.85 | 0.5 |
| Hex | 13 | EA | 7A | 5C | 0 | 30 | 8 | 95 | 55 | 32 |
| Octal | 23 | 352 | 172 | 134 | 0 | 60 | 10 | 225 | 125 | 62 |
| Binary | 10011 | 11101010 | 1111010 | 1011100 | 0 | 110000 | 1000 | 10010101 | 1010101 | 110010 |
Color Harmonies of #13EA7A
Complementary color
Monochromatic Colors of #13EA7A
Black with #13EA7A
Text Example
Text Example
White with #13EA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EA7A; }
p { color: rgb(19,234,122); }
H1.HeaderClassName
{
color: #13EA7A;
}
.AnyTagClassName
{
color: #13EA7A;
}
</style>
background-color css
<style>
a { background-color: #13EA7A; }
a { background-color: rgb(19,234,122); }
div.DivClassName
{
background-color: #13EA7A;
}
.BgClassName
{
background-color: #13EA7A;
}
</style>
border-color css
<style>
span { border-color: #13EA7A; }
span { border-color: rgb(19,234,122); }
td.TdClassName
{
border-color: #13EA7A;
}
.TagClassName
{
border-color: #13EA7A;
}
</style>