Shades of Spring Green #13E282
Tints of Spring Green #13E282
RGB
CMYK
RGB Variations
Color information
#13E282 (or 0x13E282) is known color: Spring Green. HEX triplet: 13, E2 and 82. RGB value is (19,226,130). Sum of RGB (Red+Green+Blue) = 19+226+130=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 226 (88.67% from 255 or 60.27% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 226 - color contains mainly: green. Hex color #13E282 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E282 is #EC1D7D. Grayscale: #999999. Windows color (decimal): -15474046 or 8577555. OLE color: 8577555.
HSL color Cylindrical-coordinate representation of color #13E282: hue angle of 152.17º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E282 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 226 | 130 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.11 |
| HSL | 152.17º | 0.84% | 0.48% | - |
| HSV(B) | 152.17º | 0.92% | 0.89% | - |
| XYZ | 31.49 | 56.14 | 30.3 | - |
| YUV | 153.16 | 114.92 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 226 | 130 | 0.92 | 0 | 0.42 | 0.11 | 152.17 | 0.84 | 0.48 |
| Hex | 13 | E2 | 82 | 5C | 0 | 2A | B | 98 | 54 | 30 |
| Octal | 23 | 342 | 202 | 134 | 0 | 52 | 13 | 230 | 124 | 60 |
| Binary | 10011 | 11100010 | 10000010 | 1011100 | 0 | 101010 | 1011 | 10011000 | 1010100 | 110000 |
Color Harmonies of #13E282
Complementary color
Monochromatic Colors of #13E282
Black with #13E282
Text Example
Text Example
White with #13E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E282; }
p { color: rgb(19,226,130); }
H1.HeaderClassName
{
color: #13E282;
}
.AnyTagClassName
{
color: #13E282;
}
</style>
background-color css
<style>
a { background-color: #13E282; }
a { background-color: rgb(19,226,130); }
div.DivClassName
{
background-color: #13E282;
}
.BgClassName
{
background-color: #13E282;
}
</style>
border-color css
<style>
span { border-color: #13E282; }
span { border-color: rgb(19,226,130); }
td.TdClassName
{
border-color: #13E282;
}
.TagClassName
{
border-color: #13E282;
}
</style>