Shades of Free Speech Green #10EC0D
Tints of Free Speech Green #10EC0D
RGB
CMYK
RGB Variations
Color information
#10EC0D (or 0x10EC0D) is known color: Free Speech Green. HEX triplet: 10, EC and 0D. RGB value is (16,236,13). Sum of RGB (Red+Green+Blue) = 16+236+13=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 236 (92.58% from 255 or 89.06% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10EC0D is #EF13F2. Grayscale: #919191. Windows color (decimal): -15668211 or 912400. OLE color: 912400.
HSL color Cylindrical-coordinate representation of color #10EC0D: hue angle of 119.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10EC0D is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 13 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.07 |
| HSL | 119.19º | 0.9% | 0.49% | - |
| HSV(B) | 119.19º | 0.94% | 0.93% | - |
| XYZ | 30.28 | 60.13 | 10.39 | - |
| YUV | 144.8 | 53.61 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 13 | 0.93 | 0 | 0.94 | 0.07 | 119.19 | 0.9 | 0.49 |
| Hex | 10 | EC | D | 5D | 0 | 5E | 7 | 77 | 5A | 31 |
| Octal | 20 | 354 | 15 | 135 | 0 | 136 | 7 | 167 | 132 | 61 |
| Binary | 10000 | 11101100 | 1101 | 1011101 | 0 | 1011110 | 111 | 1110111 | 1011010 | 110001 |
Color Harmonies of #10EC0D
Complementary color
Monochromatic Colors of #10EC0D
Black with #10EC0D
Text Example
Text Example
White with #10EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC0D; }
p { color: rgb(16,236,13); }
H1.HeaderClassName
{
color: #10EC0D;
}
.AnyTagClassName
{
color: #10EC0D;
}
</style>
background-color css
<style>
a { background-color: #10EC0D; }
a { background-color: rgb(16,236,13); }
div.DivClassName
{
background-color: #10EC0D;
}
.BgClassName
{
background-color: #10EC0D;
}
</style>
border-color css
<style>
span { border-color: #10EC0D; }
span { border-color: rgb(16,236,13); }
td.TdClassName
{
border-color: #10EC0D;
}
.TagClassName
{
border-color: #10EC0D;
}
</style>