Shades of Free Speech Green #11D110
Tints of Free Speech Green #11D110
RGB
CMYK
RGB Variations
Color information
#11D110 (or 0x11D110) is known color: Free Speech Green. HEX triplet: 11, D1 and 10. RGB value is (17,209,16). Sum of RGB (Red+Green+Blue) = 17+209+16=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 209 (82.03% from 255 or 86.36% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 209 - color contains mainly: green. Hex color #11D110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D110 is #EE2EEF. Grayscale: #828282. Windows color (decimal): -15609584 or 1102097. OLE color: 1102097.
HSL color Cylindrical-coordinate representation of color #11D110: hue angle of 119.69º 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 #11D110 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 16 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.18 |
| HSL | 119.69º | 0.86% | 0.44% | - |
| HSV(B) | 119.69º | 0.92% | 0.82% | - |
| XYZ | 23.13 | 45.76 | 8.1 | - |
| YUV | 129.59 | 63.89 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 16 | 0.92 | 0 | 0.92 | 0.18 | 119.69 | 0.86 | 0.44 |
| Hex | 11 | D1 | 10 | 5C | 0 | 5C | 12 | 78 | 56 | 2C |
| Octal | 21 | 321 | 20 | 134 | 0 | 134 | 22 | 170 | 126 | 54 |
| Binary | 10001 | 11010001 | 10000 | 1011100 | 0 | 1011100 | 10010 | 1111000 | 1010110 | 101100 |
Color Harmonies of #11D110
Complementary color
Monochromatic Colors of #11D110
Black with #11D110
Text Example
Text Example
White with #11D110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D110; }
p { color: rgb(17,209,16); }
H1.HeaderClassName
{
color: #11D110;
}
.AnyTagClassName
{
color: #11D110;
}
</style>
background-color css
<style>
a { background-color: #11D110; }
a { background-color: rgb(17,209,16); }
div.DivClassName
{
background-color: #11D110;
}
.BgClassName
{
background-color: #11D110;
}
</style>
border-color css
<style>
span { border-color: #11D110; }
span { border-color: rgb(17,209,16); }
td.TdClassName
{
border-color: #11D110;
}
.TagClassName
{
border-color: #11D110;
}
</style>