Shades of Free Speech Green #10EC12
Tints of Free Speech Green #10EC12
RGB
CMYK
RGB Variations
Color information
#10EC12 (or 0x10EC12) is known color: Free Speech Green. HEX triplet: 10, EC and 12. RGB value is (16,236,18). Sum of RGB (Red+Green+Blue) = 16+236+18=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 236 (92.58% from 255 or 87.41% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10EC12 is #EF13ED. Grayscale: #929292. Windows color (decimal): -15668206 or 1240080. OLE color: 1240080.
HSL color Cylindrical-coordinate representation of color #10EC12: hue angle of 120.55º 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 #10EC12 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 18 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.07 |
| HSL | 120.55º | 0.87% | 0.49% | - |
| HSV(B) | 120.55º | 0.93% | 0.93% | - |
| XYZ | 30.32 | 60.14 | 10.58 | - |
| YUV | 145.37 | 56.11 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 18 | 0.93 | 0 | 0.92 | 0.07 | 120.55 | 0.87 | 0.49 |
| Hex | 10 | EC | 12 | 5D | 0 | 5C | 7 | 79 | 57 | 31 |
| Octal | 20 | 354 | 22 | 135 | 0 | 134 | 7 | 171 | 127 | 61 |
| Binary | 10000 | 11101100 | 10010 | 1011101 | 0 | 1011100 | 111 | 1111001 | 1010111 | 110001 |
Color Harmonies of #10EC12
Complementary color
Monochromatic Colors of #10EC12
Black with #10EC12
Text Example
Text Example
White with #10EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC12; }
p { color: rgb(16,236,18); }
H1.HeaderClassName
{
color: #10EC12;
}
.AnyTagClassName
{
color: #10EC12;
}
</style>
background-color css
<style>
a { background-color: #10EC12; }
a { background-color: rgb(16,236,18); }
div.DivClassName
{
background-color: #10EC12;
}
.BgClassName
{
background-color: #10EC12;
}
</style>
border-color css
<style>
span { border-color: #10EC12; }
span { border-color: rgb(16,236,18); }
td.TdClassName
{
border-color: #10EC12;
}
.TagClassName
{
border-color: #10EC12;
}
</style>