Shades of Free Speech Green #11D116
Tints of Free Speech Green #11D116
RGB
CMYK
RGB Variations
Color information
#11D116 (or 0x11D116) is known color: Free Speech Green. HEX triplet: 11, D1 and 16. RGB value is (17,209,22). Sum of RGB (Red+Green+Blue) = 17+209+22=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 209 (82.03% from 255 or 84.27% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 209 - color contains mainly: green. Hex color #11D116 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D116 is #EE2EE9. Grayscale: #828282. Windows color (decimal): -15609578 or 1495313. OLE color: 1495313.
HSL color Cylindrical-coordinate representation of color #11D116: hue angle of 121.56º 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 #11D116 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 22 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.18 |
| HSL | 121.56º | 0.85% | 0.44% | - |
| HSV(B) | 121.56º | 0.92% | 0.82% | - |
| XYZ | 23.18 | 45.78 | 8.37 | - |
| YUV | 130.27 | 66.89 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 22 | 0.92 | 0 | 0.89 | 0.18 | 121.56 | 0.85 | 0.44 |
| Hex | 11 | D1 | 16 | 5C | 0 | 59 | 12 | 7A | 55 | 2C |
| Octal | 21 | 321 | 26 | 134 | 0 | 131 | 22 | 172 | 125 | 54 |
| Binary | 10001 | 11010001 | 10110 | 1011100 | 0 | 1011001 | 10010 | 1111010 | 1010101 | 101100 |
Color Harmonies of #11D116
Complementary color
Monochromatic Colors of #11D116
Black with #11D116
Text Example
Text Example
White with #11D116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D116; }
p { color: rgb(17,209,22); }
H1.HeaderClassName
{
color: #11D116;
}
.AnyTagClassName
{
color: #11D116;
}
</style>
background-color css
<style>
a { background-color: #11D116; }
a { background-color: rgb(17,209,22); }
div.DivClassName
{
background-color: #11D116;
}
.BgClassName
{
background-color: #11D116;
}
</style>
border-color css
<style>
span { border-color: #11D116; }
span { border-color: rgb(17,209,22); }
td.TdClassName
{
border-color: #11D116;
}
.TagClassName
{
border-color: #11D116;
}
</style>