Shades of Spring Green #13F171
Tints of Spring Green #13F171
RGB
CMYK
RGB Variations
Color information
#13F171 (or 0x13F171) is known color: Spring Green. HEX triplet: 13, F1 and 71. RGB value is (19,241,113). Sum of RGB (Red+Green+Blue) = 19+241+113=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #13F171 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F171 is #EC0E8E. Grayscale: #A0A0A0. Windows color (decimal): -15470223 or 7467283. OLE color: 7467283.
HSL color Cylindrical-coordinate representation of color #13F171: hue angle of 145.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F171 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 241 | 113 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.05 |
| HSL | 145.41º | 0.89% | 0.51% | - |
| HSV(B) | 145.41º | 0.92% | 0.95% | - |
| XYZ | 34.7 | 64.24 | 26.19 | - |
| YUV | 160.03 | 101.45 | 27.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 241 | 113 | 0.92 | 0 | 0.53 | 0.05 | 145.41 | 0.89 | 0.51 |
| Hex | 13 | F1 | 71 | 5C | 0 | 35 | 5 | 91 | 59 | 33 |
| Octal | 23 | 361 | 161 | 134 | 0 | 65 | 5 | 221 | 131 | 63 |
| Binary | 10011 | 11110001 | 1110001 | 1011100 | 0 | 110101 | 101 | 10010001 | 1011001 | 110011 |
Color Harmonies of #13F171
Complementary color
Monochromatic Colors of #13F171
Black with #13F171
Text Example
Text Example
White with #13F171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F171; }
p { color: rgb(19,241,113); }
H1.HeaderClassName
{
color: #13F171;
}
.AnyTagClassName
{
color: #13F171;
}
</style>
background-color css
<style>
a { background-color: #13F171; }
a { background-color: rgb(19,241,113); }
div.DivClassName
{
background-color: #13F171;
}
.BgClassName
{
background-color: #13F171;
}
</style>
border-color css
<style>
span { border-color: #13F171; }
span { border-color: rgb(19,241,113); }
td.TdClassName
{
border-color: #13F171;
}
.TagClassName
{
border-color: #13F171;
}
</style>