Shades of Spring Green #13F569
Tints of Spring Green #13F569
RGB
CMYK
RGB Variations
Color information
#13F569 (or 0x13F569) is known color: Spring Green. HEX triplet: 13, F5 and 69. RGB value is (19,245,105). Sum of RGB (Red+Green+Blue) = 19+245+105=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #13F569 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F569 is #EC0A96. Grayscale: #A1A1A1. Windows color (decimal): -15469207 or 6944019. OLE color: 6944019.
HSL color Cylindrical-coordinate representation of color #13F569: hue angle of 142.83º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F569 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 245 | 105 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.04 |
| HSL | 142.83º | 0.92% | 0.52% | - |
| HSV(B) | 142.83º | 0.92% | 0.96% | - |
| XYZ | 35.47 | 66.46 | 24.32 | - |
| YUV | 161.47 | 96.13 | 26.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 245 | 105 | 0.92 | 0 | 0.57 | 0.04 | 142.83 | 0.92 | 0.52 |
| Hex | 13 | F5 | 69 | 5C | 0 | 39 | 4 | 8F | 5C | 34 |
| Octal | 23 | 365 | 151 | 134 | 0 | 71 | 4 | 217 | 134 | 64 |
| Binary | 10011 | 11110101 | 1101001 | 1011100 | 0 | 111001 | 100 | 10001111 | 1011100 | 110100 |
Color Harmonies of #13F569
Complementary color
Monochromatic Colors of #13F569
Black with #13F569
Text Example
Text Example
White with #13F569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F569; }
p { color: rgb(19,245,105); }
H1.HeaderClassName
{
color: #13F569;
}
.AnyTagClassName
{
color: #13F569;
}
</style>
background-color css
<style>
a { background-color: #13F569; }
a { background-color: rgb(19,245,105); }
div.DivClassName
{
background-color: #13F569;
}
.BgClassName
{
background-color: #13F569;
}
</style>
border-color css
<style>
span { border-color: #13F569; }
span { border-color: rgb(19,245,105); }
td.TdClassName
{
border-color: #13F569;
}
.TagClassName
{
border-color: #13F569;
}
</style>