Shades of Spring Green #10EC7C
Tints of Spring Green #10EC7C
RGB
CMYK
RGB Variations
Color information
#10EC7C (or 0x10EC7C) is known color: Spring Green. HEX triplet: 10, EC and 7C. RGB value is (16,236,124). Sum of RGB (Red+Green+Blue) = 16+236+124=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC7C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EC7C is #EF1383. Grayscale: #9D9D9D. Windows color (decimal): -15668100 or 8186896. OLE color: 8186896.
HSL color Cylindrical-coordinate representation of color #10EC7C: hue angle of 149.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 #10EC7C is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 124 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.07 |
| HSL | 149.45º | 0.87% | 0.49% | - |
| HSV(B) | 149.45º | 0.93% | 0.93% | - |
| XYZ | 33.85 | 61.56 | 29.17 | - |
| YUV | 157.45 | 109.11 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 124 | 0.93 | 0 | 0.47 | 0.07 | 149.45 | 0.87 | 0.49 |
| Hex | 10 | EC | 7C | 5D | 0 | 2F | 7 | 95 | 57 | 31 |
| Octal | 20 | 354 | 174 | 135 | 0 | 57 | 7 | 225 | 127 | 61 |
| Binary | 10000 | 11101100 | 1111100 | 1011101 | 0 | 101111 | 111 | 10010101 | 1010111 | 110001 |
Color Harmonies of #10EC7C
Complementary color
Monochromatic Colors of #10EC7C
Black with #10EC7C
Text Example
Text Example
White with #10EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC7C; }
p { color: rgb(16,236,124); }
H1.HeaderClassName
{
color: #10EC7C;
}
.AnyTagClassName
{
color: #10EC7C;
}
</style>
background-color css
<style>
a { background-color: #10EC7C; }
a { background-color: rgb(16,236,124); }
div.DivClassName
{
background-color: #10EC7C;
}
.BgClassName
{
background-color: #10EC7C;
}
</style>
border-color css
<style>
span { border-color: #10EC7C; }
span { border-color: rgb(16,236,124); }
td.TdClassName
{
border-color: #10EC7C;
}
.TagClassName
{
border-color: #10EC7C;
}
</style>