Shades of Spring Green #13FA6D
Tints of Spring Green #13FA6D
RGB
CMYK
RGB Variations
Color information
#13FA6D (or 0x13FA6D) is known color: Spring Green. HEX triplet: 13, FA and 6D. RGB value is (19,250,109). Sum of RGB (Red+Green+Blue) = 19+250+109=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 250 (98.05% from 255 or 66.14% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FA6D is #EC0592. Grayscale: #A5A5A5. Windows color (decimal): -15467923 or 7207443. OLE color: 7207443.
HSL color Cylindrical-coordinate representation of color #13FA6D: hue angle of 143.38º degrees, saturation: 0.96, 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 #13FA6D is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 250 | 109 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.02 |
| HSL | 143.38º | 0.96% | 0.53% | - |
| HSV(B) | 143.38º | 0.92% | 0.98% | - |
| XYZ | 37.21 | 69.61 | 25.94 | - |
| YUV | 164.86 | 96.47 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 250 | 109 | 0.92 | 0 | 0.56 | 0.02 | 143.38 | 0.96 | 0.53 |
| Hex | 13 | FA | 6D | 5C | 0 | 38 | 2 | 8F | 60 | 35 |
| Octal | 23 | 372 | 155 | 134 | 0 | 70 | 2 | 217 | 140 | 65 |
| Binary | 10011 | 11111010 | 1101101 | 1011100 | 0 | 111000 | 10 | 10001111 | 1100000 | 110101 |
Color Harmonies of #13FA6D
Complementary color
Monochromatic Colors of #13FA6D
Black with #13FA6D
Text Example
Text Example
White with #13FA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FA6D; }
p { color: rgb(19,250,109); }
H1.HeaderClassName
{
color: #13FA6D;
}
.AnyTagClassName
{
color: #13FA6D;
}
</style>
background-color css
<style>
a { background-color: #13FA6D; }
a { background-color: rgb(19,250,109); }
div.DivClassName
{
background-color: #13FA6D;
}
.BgClassName
{
background-color: #13FA6D;
}
</style>
border-color css
<style>
span { border-color: #13FA6D; }
span { border-color: rgb(19,250,109); }
td.TdClassName
{
border-color: #13FA6D;
}
.TagClassName
{
border-color: #13FA6D;
}
</style>