Shades of Spring Green #13F970
Tints of Spring Green #13F970
RGB
CMYK
RGB Variations
Color information
#13F970 (or 0x13F970) is known color: Spring Green. HEX triplet: 13, F9 and 70. RGB value is (19,249,112). Sum of RGB (Red+Green+Blue) = 19+249+112=380 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5% from 380); Green value is 249 (97.66% from 255 or 65.53% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 249 - color contains mainly: green. Hex color #13F970 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F970 is #EC068F. Grayscale: #A4A4A4. Windows color (decimal): -15468176 or 7403795. OLE color: 7403795.
HSL color Cylindrical-coordinate representation of color #13F970: hue angle of 144.26º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F970 is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 249 | 112 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.02 |
| HSL | 144.26º | 0.95% | 0.53% | - |
| HSV(B) | 144.26º | 0.92% | 0.98% | - |
| XYZ | 37.07 | 69.06 | 26.71 | - |
| YUV | 164.61 | 98.3 | 24.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 249 | 112 | 0.92 | 0 | 0.55 | 0.02 | 144.26 | 0.95 | 0.53 |
| Hex | 13 | F9 | 70 | 5C | 0 | 37 | 2 | 90 | 5F | 35 |
| Octal | 23 | 371 | 160 | 134 | 0 | 67 | 2 | 220 | 137 | 65 |
| Binary | 10011 | 11111001 | 1110000 | 1011100 | 0 | 110111 | 10 | 10010000 | 1011111 | 110101 |
Color Harmonies of #13F970
Complementary color
Monochromatic Colors of #13F970
Black with #13F970
Text Example
Text Example
White with #13F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F970; }
p { color: rgb(19,249,112); }
H1.HeaderClassName
{
color: #13F970;
}
.AnyTagClassName
{
color: #13F970;
}
</style>
background-color css
<style>
a { background-color: #13F970; }
a { background-color: rgb(19,249,112); }
div.DivClassName
{
background-color: #13F970;
}
.BgClassName
{
background-color: #13F970;
}
</style>
border-color css
<style>
span { border-color: #13F970; }
span { border-color: rgb(19,249,112); }
td.TdClassName
{
border-color: #13F970;
}
.TagClassName
{
border-color: #13F970;
}
</style>