Shades of Free Speech Green #10EC10
Tints of Free Speech Green #10EC10
RGB
CMYK
RGB Variations
Color information
#10EC10 (or 0x10EC10) is known color: Free Speech Green. HEX triplet: 10, EC and 10. RGB value is (16,236,16). Sum of RGB (Red+Green+Blue) = 16+236+16=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 236 (92.58% from 255 or 88.06% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10EC10 is #EF13EF. Grayscale: #919191. Windows color (decimal): -15668208 or 1109008. OLE color: 1109008.
HSL color Cylindrical-coordinate representation of color #10EC10: hue angle of 120º 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 #10EC10 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 16 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.07 |
| HSL | 120º | 0.87% | 0.49% | - |
| HSV(B) | 120º | 0.93% | 0.93% | - |
| XYZ | 30.3 | 60.14 | 10.5 | - |
| YUV | 145.14 | 55.11 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 16 | 0.93 | 0 | 0.93 | 0.07 | 120 | 0.87 | 0.49 |
| Hex | 10 | EC | 10 | 5D | 0 | 5D | 7 | 78 | 57 | 31 |
| Octal | 20 | 354 | 20 | 135 | 0 | 135 | 7 | 170 | 127 | 61 |
| Binary | 10000 | 11101100 | 10000 | 1011101 | 0 | 1011101 | 111 | 1111000 | 1010111 | 110001 |
Color Harmonies of #10EC10
Complementary color
Monochromatic Colors of #10EC10
Black with #10EC10
Text Example
Text Example
White with #10EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC10; }
p { color: rgb(16,236,16); }
H1.HeaderClassName
{
color: #10EC10;
}
.AnyTagClassName
{
color: #10EC10;
}
</style>
background-color css
<style>
a { background-color: #10EC10; }
a { background-color: rgb(16,236,16); }
div.DivClassName
{
background-color: #10EC10;
}
.BgClassName
{
background-color: #10EC10;
}
</style>
border-color css
<style>
span { border-color: #10EC10; }
span { border-color: rgb(16,236,16); }
td.TdClassName
{
border-color: #10EC10;
}
.TagClassName
{
border-color: #10EC10;
}
</style>