Shades of Free Speech Green #10E211
Tints of Free Speech Green #10E211
RGB
CMYK
RGB Variations
Color information
#10E211 (or 0x10E211) is known color: Free Speech Green. HEX triplet: 10, E2 and 11. RGB value is (16,226,17). Sum of RGB (Red+Green+Blue) = 16+226+17=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 226 (88.67% from 255 or 87.26% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 226 - color contains mainly: green. Hex color #10E211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E211 is #EF1DEE. Grayscale: #8C8C8C. Windows color (decimal): -15670767 or 1171984. OLE color: 1171984.
HSL color Cylindrical-coordinate representation of color #10E211: hue angle of 120.29º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E211 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 226 | 17 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.11 |
| HSL | 120.29º | 0.87% | 0.47% | - |
| HSV(B) | 120.29º | 0.93% | 0.89% | - |
| XYZ | 27.51 | 54.54 | 9.61 | - |
| YUV | 139.38 | 58.93 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 226 | 17 | 0.93 | 0 | 0.92 | 0.11 | 120.29 | 0.87 | 0.47 |
| Hex | 10 | E2 | 11 | 5D | 0 | 5C | B | 78 | 57 | 2F |
| Octal | 20 | 342 | 21 | 135 | 0 | 134 | 13 | 170 | 127 | 57 |
| Binary | 10000 | 11100010 | 10001 | 1011101 | 0 | 1011100 | 1011 | 1111000 | 1010111 | 101111 |
Color Harmonies of #10E211
Complementary color
Monochromatic Colors of #10E211
Black with #10E211
Text Example
Text Example
White with #10E211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E211; }
p { color: rgb(16,226,17); }
H1.HeaderClassName
{
color: #10E211;
}
.AnyTagClassName
{
color: #10E211;
}
</style>
background-color css
<style>
a { background-color: #10E211; }
a { background-color: rgb(16,226,17); }
div.DivClassName
{
background-color: #10E211;
}
.BgClassName
{
background-color: #10E211;
}
</style>
border-color css
<style>
span { border-color: #10E211; }
span { border-color: rgb(16,226,17); }
td.TdClassName
{
border-color: #10E211;
}
.TagClassName
{
border-color: #10E211;
}
</style>