Html Css Color HEX #13F696 Medium Spring Green
📋 copy color: '#13F696'red 19 ◦ green 246 ◦ blue 150
Shades of Medium Spring Green #13F696
Tints of Medium Spring Green #13F696
RGB
CMYK
RGB Variations
Color information
#13F696 (or 0x13F696) is known color: Medium Spring Green. HEX triplet: 13, F6 and 96. RGB value is (19,246,150). Sum of RGB (Red+Green+Blue) = 19+246+150=415 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.58% from 415); Green value is 246 (96.48% from 255 or 59.28% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 246 - color contains mainly: green. Hex color #13F696 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F696 is #EC0969. Grayscale: #A7A7A7. Windows color (decimal): -15468906 or 9893395. OLE color: 9893395.
HSL color Cylindrical-coordinate representation of color #13F696: hue angle of 154.63º degrees, saturation: 0.93, 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 #13F696 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 246 | 150 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.04 |
| HSL | 154.63º | 0.93% | 0.52% | - |
| HSV(B) | 154.63º | 0.92% | 0.96% | - |
| XYZ | 38.73 | 68.25 | 39.99 | - |
| YUV | 167.18 | 118.29 | 22.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 246 | 150 | 0.92 | 0 | 0.39 | 0.04 | 154.63 | 0.93 | 0.52 |
| Hex | 13 | F6 | 96 | 5C | 0 | 27 | 4 | 9B | 5D | 34 |
| Octal | 23 | 366 | 226 | 134 | 0 | 47 | 4 | 233 | 135 | 64 |
| Binary | 10011 | 11110110 | 10010110 | 1011100 | 0 | 100111 | 100 | 10011011 | 1011101 | 110100 |
Color Harmonies of #13F696
Complementary color
Monochromatic Colors of #13F696
Black with #13F696
Text Example
Text Example
White with #13F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F696; }
p { color: rgb(19,246,150); }
H1.HeaderClassName
{
color: #13F696;
}
.AnyTagClassName
{
color: #13F696;
}
</style>
background-color css
<style>
a { background-color: #13F696; }
a { background-color: rgb(19,246,150); }
div.DivClassName
{
background-color: #13F696;
}
.BgClassName
{
background-color: #13F696;
}
</style>
border-color css
<style>
span { border-color: #13F696; }
span { border-color: rgb(19,246,150); }
td.TdClassName
{
border-color: #13F696;
}
.TagClassName
{
border-color: #13F696;
}
</style>