Html Css Color HEX #13FFA0 Medium Spring Green
📋 copy color: '#13FFA0'red 19 ◦ green 255 ◦ blue 160
Shades of Medium Spring Green #13FFA0
Tints of Medium Spring Green #13FFA0
RGB
CMYK
RGB Variations
Color information
#13FFA0 (or 0x13FFA0) is known color: Medium Spring Green. HEX triplet: 13, FF and A0. RGB value is (19,255,160). Sum of RGB (Red+Green+Blue) = 19+255+160=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 255 (100% from 255 or 58.76% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FFA0 is #EC005F. Grayscale: #ADADAD. Windows color (decimal): -15466592 or 10551059. OLE color: 10551059.
HSL color Cylindrical-coordinate representation of color #13FFA0: hue angle of 155.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFA0 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 160 | - |
| CMYK | 0.93 | 0 | 0.37 | 0 |
| HSL | 155.85º | 1% | 0.54% | - |
| HSV(B) | 155.85º | 0.93% | 1% | - |
| XYZ | 42.37 | 74.2 | 45.35 | - |
| YUV | 173.61 | 120.31 | 17.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 160 | 0.93 | 0 | 0.37 | 0 | 155.85 | 1 | 0.54 |
| Hex | 13 | FF | A0 | 5D | 0 | 25 | 0 | 9C | 64 | 36 |
| Octal | 23 | 377 | 240 | 135 | 0 | 45 | 0 | 234 | 144 | 66 |
| Binary | 10011 | 11111111 | 10100000 | 1011101 | 0 | 100101 | 0 | 10011100 | 1100100 | 110110 |
Color Harmonies of #13FFA0
Complementary color
Monochromatic Colors of #13FFA0
Black with #13FFA0
Text Example
Text Example
White with #13FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFA0; }
p { color: rgb(19,255,160); }
H1.HeaderClassName
{
color: #13FFA0;
}
.AnyTagClassName
{
color: #13FFA0;
}
</style>
background-color css
<style>
a { background-color: #13FFA0; }
a { background-color: rgb(19,255,160); }
div.DivClassName
{
background-color: #13FFA0;
}
.BgClassName
{
background-color: #13FFA0;
}
</style>
border-color css
<style>
span { border-color: #13FFA0; }
span { border-color: rgb(19,255,160); }
td.TdClassName
{
border-color: #13FFA0;
}
.TagClassName
{
border-color: #13FFA0;
}
</style>