Shades of Spring Green #13F080
Tints of Spring Green #13F080
RGB
CMYK
RGB Variations
Color information
#13F080 (or 0x13F080) is known color: Spring Green. HEX triplet: 13, F0 and 80. RGB value is (19,240,128). Sum of RGB (Red+Green+Blue) = 19+240+128=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #13F080 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F080 is #EC0F7F. Grayscale: #A1A1A1. Windows color (decimal): -15470464 or 8450067. OLE color: 8450067.
HSL color Cylindrical-coordinate representation of color #13F080: hue angle of 149.59º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F080 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 240 | 128 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.06 |
| HSL | 149.59º | 0.88% | 0.51% | - |
| HSV(B) | 149.59º | 0.92% | 0.94% | - |
| XYZ | 35.32 | 64.02 | 30.92 | - |
| YUV | 161.15 | 109.28 | 26.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 240 | 128 | 0.92 | 0 | 0.47 | 0.06 | 149.59 | 0.88 | 0.51 |
| Hex | 13 | F0 | 80 | 5C | 0 | 2F | 6 | 96 | 58 | 33 |
| Octal | 23 | 360 | 200 | 134 | 0 | 57 | 6 | 226 | 130 | 63 |
| Binary | 10011 | 11110000 | 10000000 | 1011100 | 0 | 101111 | 110 | 10010110 | 1011000 | 110011 |
Color Harmonies of #13F080
Complementary color
Monochromatic Colors of #13F080
Black with #13F080
Text Example
Text Example
White with #13F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F080; }
p { color: rgb(19,240,128); }
H1.HeaderClassName
{
color: #13F080;
}
.AnyTagClassName
{
color: #13F080;
}
</style>
background-color css
<style>
a { background-color: #13F080; }
a { background-color: rgb(19,240,128); }
div.DivClassName
{
background-color: #13F080;
}
.BgClassName
{
background-color: #13F080;
}
</style>
border-color css
<style>
span { border-color: #13F080; }
span { border-color: rgb(19,240,128); }
td.TdClassName
{
border-color: #13F080;
}
.TagClassName
{
border-color: #13F080;
}
</style>