Html Css Color HEX #10E696 Medium Spring Green
📋 copy color: '#10E696'red 16 ◦ green 230 ◦ blue 150
Shades of Medium Spring Green #10E696
Tints of Medium Spring Green #10E696
RGB
CMYK
RGB Variations
Color information
#10E696 (or 0x10E696) is known color: Medium Spring Green. HEX triplet: 10, E6 and 96. RGB value is (16,230,150). Sum of RGB (Red+Green+Blue) = 16+230+150=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 230 (90.23% from 255 or 58.08% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 230 - color contains mainly: green. Hex color #10E696 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10E696 is #EF1969. Grayscale: #9D9D9D. Windows color (decimal): -15669610 or 9889296. OLE color: 9889296.
HSL color Cylindrical-coordinate representation of color #10E696: hue angle of 157.57º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E696 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 150 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.10 |
| HSL | 157.57º | 0.87% | 0.48% | - |
| HSV(B) | 157.57º | 0.93% | 0.9% | - |
| XYZ | 34.02 | 58.91 | 38.43 | - |
| YUV | 156.89 | 124.1 | 27.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 150 | 0.93 | 0 | 0.35 | 0.10 | 157.57 | 0.87 | 0.48 |
| Hex | 10 | E6 | 96 | 5D | 0 | 23 | A | 9E | 57 | 30 |
| Octal | 20 | 346 | 226 | 135 | 0 | 43 | 12 | 236 | 127 | 60 |
| Binary | 10000 | 11100110 | 10010110 | 1011101 | 0 | 100011 | 1010 | 10011110 | 1010111 | 110000 |
Color Harmonies of #10E696
Complementary color
Monochromatic Colors of #10E696
Black with #10E696
Text Example
Text Example
White with #10E696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E696; }
p { color: rgb(16,230,150); }
H1.HeaderClassName
{
color: #10E696;
}
.AnyTagClassName
{
color: #10E696;
}
</style>
background-color css
<style>
a { background-color: #10E696; }
a { background-color: rgb(16,230,150); }
div.DivClassName
{
background-color: #10E696;
}
.BgClassName
{
background-color: #10E696;
}
</style>
border-color css
<style>
span { border-color: #10E696; }
span { border-color: rgb(16,230,150); }
td.TdClassName
{
border-color: #10E696;
}
.TagClassName
{
border-color: #10E696;
}
</style>