Shades of Spring Green #10EC70
Tints of Spring Green #10EC70
RGB
CMYK
RGB Variations
Color information
#10EC70 (or 0x10EC70) is known color: Spring Green. HEX triplet: 10, EC and 70. RGB value is (16,236,112). Sum of RGB (Red+Green+Blue) = 16+236+112=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 236 (92.58% from 255 or 64.84% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC70 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EC70 is #EF138F. Grayscale: #9C9C9C. Windows color (decimal): -15668112 or 7400464. OLE color: 7400464.
HSL color Cylindrical-coordinate representation of color #10EC70: hue angle of 146.18º 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 #10EC70 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 112 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.07 |
| HSL | 146.18º | 0.87% | 0.49% | - |
| HSV(B) | 146.18º | 0.93% | 0.93% | - |
| XYZ | 33.13 | 61.27 | 25.41 | - |
| YUV | 156.08 | 103.11 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 112 | 0.93 | 0 | 0.53 | 0.07 | 146.18 | 0.87 | 0.49 |
| Hex | 10 | EC | 70 | 5D | 0 | 35 | 7 | 92 | 57 | 31 |
| Octal | 20 | 354 | 160 | 135 | 0 | 65 | 7 | 222 | 127 | 61 |
| Binary | 10000 | 11101100 | 1110000 | 1011101 | 0 | 110101 | 111 | 10010010 | 1010111 | 110001 |
Color Harmonies of #10EC70
Complementary color
Monochromatic Colors of #10EC70
Black with #10EC70
Text Example
Text Example
White with #10EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC70; }
p { color: rgb(16,236,112); }
H1.HeaderClassName
{
color: #10EC70;
}
.AnyTagClassName
{
color: #10EC70;
}
</style>
background-color css
<style>
a { background-color: #10EC70; }
a { background-color: rgb(16,236,112); }
div.DivClassName
{
background-color: #10EC70;
}
.BgClassName
{
background-color: #10EC70;
}
</style>
border-color css
<style>
span { border-color: #10EC70; }
span { border-color: rgb(16,236,112); }
td.TdClassName
{
border-color: #10EC70;
}
.TagClassName
{
border-color: #10EC70;
}
</style>