Shades of Spring Green #13F86C
Tints of Spring Green #13F86C
RGB
CMYK
RGB Variations
Color information
#13F86C (or 0x13F86C) is known color: Spring Green. HEX triplet: 13, F8 and 6C. RGB value is (19,248,108). Sum of RGB (Red+Green+Blue) = 19+248+108=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 248 (97.27% from 255 or 66.13% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 248 - color contains mainly: green. Hex color #13F86C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F86C is #EC0793. Grayscale: #A3A3A3. Windows color (decimal): -15468436 or 7141395. OLE color: 7141395.
HSL color Cylindrical-coordinate representation of color #13F86C: hue angle of 143.32º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F86C is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 248 | 108 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.03 |
| HSL | 143.32º | 0.94% | 0.52% | - |
| HSV(B) | 143.32º | 0.92% | 0.97% | - |
| XYZ | 36.54 | 68.36 | 25.46 | - |
| YUV | 163.57 | 96.63 | 24.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 248 | 108 | 0.92 | 0 | 0.56 | 0.03 | 143.32 | 0.94 | 0.52 |
| Hex | 13 | F8 | 6C | 5C | 0 | 38 | 3 | 8F | 5E | 34 |
| Octal | 23 | 370 | 154 | 134 | 0 | 70 | 3 | 217 | 136 | 64 |
| Binary | 10011 | 11111000 | 1101100 | 1011100 | 0 | 111000 | 11 | 10001111 | 1011110 | 110100 |
Color Harmonies of #13F86C
Complementary color
Monochromatic Colors of #13F86C
Black with #13F86C
Text Example
Text Example
White with #13F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F86C; }
p { color: rgb(19,248,108); }
H1.HeaderClassName
{
color: #13F86C;
}
.AnyTagClassName
{
color: #13F86C;
}
</style>
background-color css
<style>
a { background-color: #13F86C; }
a { background-color: rgb(19,248,108); }
div.DivClassName
{
background-color: #13F86C;
}
.BgClassName
{
background-color: #13F86C;
}
</style>
border-color css
<style>
span { border-color: #13F86C; }
span { border-color: rgb(19,248,108); }
td.TdClassName
{
border-color: #13F86C;
}
.TagClassName
{
border-color: #13F86C;
}
</style>