Shades of Free Speech Green #11DB16
Tints of Free Speech Green #11DB16
RGB
CMYK
RGB Variations
Color information
#11DB16 (or 0x11DB16) is known color: Free Speech Green. HEX triplet: 11, DB and 16. RGB value is (17,219,22). Sum of RGB (Red+Green+Blue) = 17+219+22=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 219 (85.94% from 255 or 84.88% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DB16 is #EE24E9. Grayscale: #888888. Windows color (decimal): -15607018 or 1497873. OLE color: 1497873.
HSL color Cylindrical-coordinate representation of color #11DB16: hue angle of 121.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DB16 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 22 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.14 |
| HSL | 121.49º | 0.86% | 0.46% | - |
| HSV(B) | 121.49º | 0.92% | 0.86% | - |
| XYZ | 25.71 | 50.84 | 9.22 | - |
| YUV | 136.14 | 63.58 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 22 | 0.92 | 0 | 0.90 | 0.14 | 121.49 | 0.86 | 0.46 |
| Hex | 11 | DB | 16 | 5C | 0 | 5A | E | 79 | 56 | 2E |
| Octal | 21 | 333 | 26 | 134 | 0 | 132 | 16 | 171 | 126 | 56 |
| Binary | 10001 | 11011011 | 10110 | 1011100 | 0 | 1011010 | 1110 | 1111001 | 1010110 | 101110 |
Color Harmonies of #11DB16
Complementary color
Monochromatic Colors of #11DB16
Black with #11DB16
Text Example
Text Example
White with #11DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB16; }
p { color: rgb(17,219,22); }
H1.HeaderClassName
{
color: #11DB16;
}
.AnyTagClassName
{
color: #11DB16;
}
</style>
background-color css
<style>
a { background-color: #11DB16; }
a { background-color: rgb(17,219,22); }
div.DivClassName
{
background-color: #11DB16;
}
.BgClassName
{
background-color: #11DB16;
}
</style>
border-color css
<style>
span { border-color: #11DB16; }
span { border-color: rgb(17,219,22); }
td.TdClassName
{
border-color: #11DB16;
}
.TagClassName
{
border-color: #11DB16;
}
</style>