Html Css Color HEX #13F4A0 Medium Spring Green
📋 copy color: '#13F4A0'red 19 ◦ green 244 ◦ blue 160
Shades of Medium Spring Green #13F4A0
Tints of Medium Spring Green #13F4A0
RGB
CMYK
RGB Variations
Color information
#13F4A0 (or 0x13F4A0) is known color: Medium Spring Green. HEX triplet: 13, F4 and A0. RGB value is (19,244,160). Sum of RGB (Red+Green+Blue) = 19+244+160=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 244 (95.70% from 255 or 57.68% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 244 - color contains mainly: green. Hex color #13F4A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F4A0 is #EC0B5F. Grayscale: #A7A7A7. Windows color (decimal): -15469408 or 10548243. OLE color: 10548243.
HSL color Cylindrical-coordinate representation of color #13F4A0: hue angle of 157.6º degrees, saturation: 0.91, 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 #13F4A0 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 244 | 160 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.04 |
| HSL | 157.6º | 0.91% | 0.52% | - |
| HSV(B) | 157.6º | 0.92% | 0.96% | - |
| XYZ | 38.96 | 67.38 | 44.21 | - |
| YUV | 167.15 | 123.96 | 22.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 244 | 160 | 0.92 | 0 | 0.34 | 0.04 | 157.6 | 0.91 | 0.52 |
| Hex | 13 | F4 | A0 | 5C | 0 | 22 | 4 | 9E | 5B | 34 |
| Octal | 23 | 364 | 240 | 134 | 0 | 42 | 4 | 236 | 133 | 64 |
| Binary | 10011 | 11110100 | 10100000 | 1011100 | 0 | 100010 | 100 | 10011110 | 1011011 | 110100 |
Color Harmonies of #13F4A0
Complementary color
Monochromatic Colors of #13F4A0
Black with #13F4A0
Text Example
Text Example
White with #13F4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F4A0; }
p { color: rgb(19,244,160); }
H1.HeaderClassName
{
color: #13F4A0;
}
.AnyTagClassName
{
color: #13F4A0;
}
</style>
background-color css
<style>
a { background-color: #13F4A0; }
a { background-color: rgb(19,244,160); }
div.DivClassName
{
background-color: #13F4A0;
}
.BgClassName
{
background-color: #13F4A0;
}
</style>
border-color css
<style>
span { border-color: #13F4A0; }
span { border-color: rgb(19,244,160); }
td.TdClassName
{
border-color: #13F4A0;
}
.TagClassName
{
border-color: #13F4A0;
}
</style>