Shades of Spring Green #13E185
Tints of Spring Green #13E185
RGB
CMYK
RGB Variations
Color information
#13E185 (or 0x13E185) is known color: Spring Green. HEX triplet: 13, E1 and 85. RGB value is (19,225,133). Sum of RGB (Red+Green+Blue) = 19+225+133=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #13E185 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E185 is #EC1E7A. Grayscale: #999999. Windows color (decimal): -15474299 or 8773907. OLE color: 8773907.
HSL color Cylindrical-coordinate representation of color #13E185: hue angle of 153.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E185 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 225 | 133 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.12 |
| HSL | 153.2º | 0.84% | 0.48% | - |
| HSV(B) | 153.2º | 0.92% | 0.88% | - |
| XYZ | 31.43 | 55.68 | 31.28 | - |
| YUV | 152.92 | 116.75 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 225 | 133 | 0.92 | 0 | 0.41 | 0.12 | 153.2 | 0.84 | 0.48 |
| Hex | 13 | E1 | 85 | 5C | 0 | 29 | C | 99 | 54 | 30 |
| Octal | 23 | 341 | 205 | 134 | 0 | 51 | 14 | 231 | 124 | 60 |
| Binary | 10011 | 11100001 | 10000101 | 1011100 | 0 | 101001 | 1100 | 10011001 | 1010100 | 110000 |
Color Harmonies of #13E185
Complementary color
Monochromatic Colors of #13E185
Black with #13E185
Text Example
Text Example
White with #13E185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E185; }
p { color: rgb(19,225,133); }
H1.HeaderClassName
{
color: #13E185;
}
.AnyTagClassName
{
color: #13E185;
}
</style>
background-color css
<style>
a { background-color: #13E185; }
a { background-color: rgb(19,225,133); }
div.DivClassName
{
background-color: #13E185;
}
.BgClassName
{
background-color: #13E185;
}
</style>
border-color css
<style>
span { border-color: #13E185; }
span { border-color: rgb(19,225,133); }
td.TdClassName
{
border-color: #13E185;
}
.TagClassName
{
border-color: #13E185;
}
</style>