Shades of Spring Green #10EC7E
Tints of Spring Green #10EC7E
RGB
CMYK
RGB Variations
Color information
#10EC7E (or 0x10EC7E) is known color: Spring Green. HEX triplet: 10, EC and 7E. RGB value is (16,236,126). Sum of RGB (Red+Green+Blue) = 16+236+126=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EC7E is #EF1381. Grayscale: #9D9D9D. Windows color (decimal): -15668098 or 8317968. OLE color: 8317968.
HSL color Cylindrical-coordinate representation of color #10EC7E: hue angle of 150º 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 #10EC7E is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 126 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.07 |
| HSL | 150º | 0.87% | 0.49% | - |
| HSV(B) | 150º | 0.93% | 0.93% | - |
| XYZ | 33.98 | 61.61 | 29.84 | - |
| YUV | 157.68 | 110.11 | 26.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 126 | 0.93 | 0 | 0.47 | 0.07 | 150 | 0.87 | 0.49 |
| Hex | 10 | EC | 7E | 5D | 0 | 2F | 7 | 96 | 57 | 31 |
| Octal | 20 | 354 | 176 | 135 | 0 | 57 | 7 | 226 | 127 | 61 |
| Binary | 10000 | 11101100 | 1111110 | 1011101 | 0 | 101111 | 111 | 10010110 | 1010111 | 110001 |
Color Harmonies of #10EC7E
Complementary color
Monochromatic Colors of #10EC7E
Black with #10EC7E
Text Example
Text Example
White with #10EC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC7E; }
p { color: rgb(16,236,126); }
H1.HeaderClassName
{
color: #10EC7E;
}
.AnyTagClassName
{
color: #10EC7E;
}
</style>
background-color css
<style>
a { background-color: #10EC7E; }
a { background-color: rgb(16,236,126); }
div.DivClassName
{
background-color: #10EC7E;
}
.BgClassName
{
background-color: #10EC7E;
}
</style>
border-color css
<style>
span { border-color: #10EC7E; }
span { border-color: rgb(16,236,126); }
td.TdClassName
{
border-color: #10EC7E;
}
.TagClassName
{
border-color: #10EC7E;
}
</style>