Shades of Spring Green #10EC71
Tints of Spring Green #10EC71
RGB
CMYK
RGB Variations
Color information
#10EC71 (or 0x10EC71) is known color: Spring Green. HEX triplet: 10, EC and 71. RGB value is (16,236,113). Sum of RGB (Red+Green+Blue) = 16+236+113=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EC71 is #EF138E. Grayscale: #9C9C9C. Windows color (decimal): -15668111 or 7466000. OLE color: 7466000.
HSL color Cylindrical-coordinate representation of color #10EC71: hue angle of 146.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EC71 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 113 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.07 |
| HSL | 146.45º | 0.87% | 0.49% | - |
| HSV(B) | 146.45º | 0.93% | 0.93% | - |
| XYZ | 33.19 | 61.29 | 25.7 | - |
| YUV | 156.2 | 103.61 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 113 | 0.93 | 0 | 0.52 | 0.07 | 146.45 | 0.87 | 0.49 |
| Hex | 10 | EC | 71 | 5D | 0 | 34 | 7 | 92 | 57 | 31 |
| Octal | 20 | 354 | 161 | 135 | 0 | 64 | 7 | 222 | 127 | 61 |
| Binary | 10000 | 11101100 | 1110001 | 1011101 | 0 | 110100 | 111 | 10010010 | 1010111 | 110001 |
Color Harmonies of #10EC71
Complementary color
Monochromatic Colors of #10EC71
Black with #10EC71
Text Example
Text Example
White with #10EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC71; }
p { color: rgb(16,236,113); }
H1.HeaderClassName
{
color: #10EC71;
}
.AnyTagClassName
{
color: #10EC71;
}
</style>
background-color css
<style>
a { background-color: #10EC71; }
a { background-color: rgb(16,236,113); }
div.DivClassName
{
background-color: #10EC71;
}
.BgClassName
{
background-color: #10EC71;
}
</style>
border-color css
<style>
span { border-color: #10EC71; }
span { border-color: rgb(16,236,113); }
td.TdClassName
{
border-color: #10EC71;
}
.TagClassName
{
border-color: #10EC71;
}
</style>