Shades of Free Speech Green #16D911
Tints of Free Speech Green #16D911
RGB
CMYK
RGB Variations
Color information
#16D911 (or 0x16D911) is known color: Free Speech Green. HEX triplet: 16, D9 and 11. RGB value is (22,217,17). Sum of RGB (Red+Green+Blue) = 22+217+17=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 217 (85.16% from 255 or 84.77% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 217 - color contains mainly: green. Hex color #16D911 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D911 is #E926EE. Grayscale: #888888. Windows color (decimal): -15279855 or 1169686. OLE color: 1169686.
HSL color Cylindrical-coordinate representation of color #16D911: hue angle of 118.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16D911 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 217 | 17 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.15 |
| HSL | 118.5º | 0.85% | 0.46% | - |
| HSV(B) | 118.5º | 0.92% | 0.85% | - |
| XYZ | 25.24 | 49.84 | 8.82 | - |
| YUV | 135.9 | 60.9 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 17 | 0.90 | 0 | 0.92 | 0.15 | 118.5 | 0.85 | 0.46 |
| Hex | 16 | D9 | 11 | 5A | 0 | 5C | F | 76 | 55 | 2E |
| Octal | 26 | 331 | 21 | 132 | 0 | 134 | 17 | 166 | 125 | 56 |
| Binary | 10110 | 11011001 | 10001 | 1011010 | 0 | 1011100 | 1111 | 1110110 | 1010101 | 101110 |
Color Harmonies of #16D911
Complementary color
Monochromatic Colors of #16D911
Black with #16D911
Text Example
Text Example
White with #16D911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D911; }
p { color: rgb(22,217,17); }
H1.HeaderClassName
{
color: #16D911;
}
.AnyTagClassName
{
color: #16D911;
}
</style>
background-color css
<style>
a { background-color: #16D911; }
a { background-color: rgb(22,217,17); }
div.DivClassName
{
background-color: #16D911;
}
.BgClassName
{
background-color: #16D911;
}
</style>
border-color css
<style>
span { border-color: #16D911; }
span { border-color: rgb(22,217,17); }
td.TdClassName
{
border-color: #16D911;
}
.TagClassName
{
border-color: #16D911;
}
</style>