Shades of Free Speech Green #11D112
Tints of Free Speech Green #11D112
RGB
CMYK
RGB Variations
Color information
#11D112 (or 0x11D112) is known color: Free Speech Green. HEX triplet: 11, D1 and 12. RGB value is (17,209,18). Sum of RGB (Red+Green+Blue) = 17+209+18=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 209 (82.03% from 255 or 85.66% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 209 - color contains mainly: green. Hex color #11D112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D112 is #EE2EED. Grayscale: #828282. Windows color (decimal): -15609582 or 1233169. OLE color: 1233169.
HSL color Cylindrical-coordinate representation of color #11D112: hue angle of 120.31º degrees, saturation: 0.85, 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 #11D112 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 18 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.18 |
| HSL | 120.31º | 0.85% | 0.44% | - |
| HSV(B) | 120.31º | 0.92% | 0.82% | - |
| XYZ | 23.14 | 45.76 | 8.19 | - |
| YUV | 129.82 | 64.89 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 18 | 0.92 | 0 | 0.91 | 0.18 | 120.31 | 0.85 | 0.44 |
| Hex | 11 | D1 | 12 | 5C | 0 | 5B | 12 | 78 | 55 | 2C |
| Octal | 21 | 321 | 22 | 134 | 0 | 133 | 22 | 170 | 125 | 54 |
| Binary | 10001 | 11010001 | 10010 | 1011100 | 0 | 1011011 | 10010 | 1111000 | 1010101 | 101100 |
Color Harmonies of #11D112
Complementary color
Monochromatic Colors of #11D112
Black with #11D112
Text Example
Text Example
White with #11D112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D112; }
p { color: rgb(17,209,18); }
H1.HeaderClassName
{
color: #11D112;
}
.AnyTagClassName
{
color: #11D112;
}
</style>
background-color css
<style>
a { background-color: #11D112; }
a { background-color: rgb(17,209,18); }
div.DivClassName
{
background-color: #11D112;
}
.BgClassName
{
background-color: #11D112;
}
</style>
border-color css
<style>
span { border-color: #11D112; }
span { border-color: rgb(17,209,18); }
td.TdClassName
{
border-color: #11D112;
}
.TagClassName
{
border-color: #11D112;
}
</style>