Shades of Free Speech Green #10D211
Tints of Free Speech Green #10D211
RGB
CMYK
RGB Variations
Color information
#10D211 (or 0x10D211) is known color: Free Speech Green. HEX triplet: 10, D2 and 11. RGB value is (16,210,17). Sum of RGB (Red+Green+Blue) = 16+210+17=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 210 (82.42% from 255 or 86.42% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 210 - color contains mainly: green. Hex color #10D211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D211 is #EF2DEE. Grayscale: #828282. Windows color (decimal): -15674863 or 1167888. OLE color: 1167888.
HSL color Cylindrical-coordinate representation of color #10D211: hue angle of 120.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D211 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 210 | 17 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.18 |
| HSL | 120.31º | 0.86% | 0.44% | - |
| HSV(B) | 120.31º | 0.92% | 0.82% | - |
| XYZ | 23.36 | 46.24 | 8.22 | - |
| YUV | 129.99 | 64.23 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 210 | 17 | 0.92 | 0 | 0.92 | 0.18 | 120.31 | 0.86 | 0.44 |
| Hex | 10 | D2 | 11 | 5C | 0 | 5C | 12 | 78 | 56 | 2C |
| Octal | 20 | 322 | 21 | 134 | 0 | 134 | 22 | 170 | 126 | 54 |
| Binary | 10000 | 11010010 | 10001 | 1011100 | 0 | 1011100 | 10010 | 1111000 | 1010110 | 101100 |
Color Harmonies of #10D211
Complementary color
Monochromatic Colors of #10D211
Black with #10D211
Text Example
Text Example
White with #10D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D211; }
p { color: rgb(16,210,17); }
H1.HeaderClassName
{
color: #10D211;
}
.AnyTagClassName
{
color: #10D211;
}
</style>
background-color css
<style>
a { background-color: #10D211; }
a { background-color: rgb(16,210,17); }
div.DivClassName
{
background-color: #10D211;
}
.BgClassName
{
background-color: #10D211;
}
</style>
border-color css
<style>
span { border-color: #10D211; }
span { border-color: rgb(16,210,17); }
td.TdClassName
{
border-color: #10D211;
}
.TagClassName
{
border-color: #10D211;
}
</style>