Shades of Free Speech Green #16DB11
Tints of Free Speech Green #16DB11
RGB
CMYK
RGB Variations
Color information
#16DB11 (or 0x16DB11) is known color: Free Speech Green. HEX triplet: 16, DB and 11. RGB value is (22,219,17). Sum of RGB (Red+Green+Blue) = 22+219+17=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 219 (85.94% from 255 or 84.88% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16DB11 is #E924EE. Grayscale: #898989. Windows color (decimal): -15279343 or 1170198. OLE color: 1170198.
HSL color Cylindrical-coordinate representation of color #16DB11: hue angle of 118.51º 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 #16DB11 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 17 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.14 |
| HSL | 118.51º | 0.86% | 0.46% | - |
| HSV(B) | 118.51º | 0.92% | 0.86% | - |
| XYZ | 25.76 | 50.87 | 8.99 | - |
| YUV | 137.07 | 60.23 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 17 | 0.90 | 0 | 0.92 | 0.14 | 118.51 | 0.86 | 0.46 |
| Hex | 16 | DB | 11 | 5A | 0 | 5C | E | 77 | 56 | 2E |
| Octal | 26 | 333 | 21 | 132 | 0 | 134 | 16 | 167 | 126 | 56 |
| Binary | 10110 | 11011011 | 10001 | 1011010 | 0 | 1011100 | 1110 | 1110111 | 1010110 | 101110 |
Color Harmonies of #16DB11
Complementary color
Monochromatic Colors of #16DB11
Black with #16DB11
Text Example
Text Example
White with #16DB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB11; }
p { color: rgb(22,219,17); }
H1.HeaderClassName
{
color: #16DB11;
}
.AnyTagClassName
{
color: #16DB11;
}
</style>
background-color css
<style>
a { background-color: #16DB11; }
a { background-color: rgb(22,219,17); }
div.DivClassName
{
background-color: #16DB11;
}
.BgClassName
{
background-color: #16DB11;
}
</style>
border-color css
<style>
span { border-color: #16DB11; }
span { border-color: rgb(22,219,17); }
td.TdClassName
{
border-color: #16DB11;
}
.TagClassName
{
border-color: #16DB11;
}
</style>