Shades of Free Speech Green #16D511
Tints of Free Speech Green #16D511
RGB
CMYK
RGB Variations
Color information
#16D511 (or 0x16D511) is known color: Free Speech Green. HEX triplet: 16, D5 and 11. RGB value is (22,213,17). Sum of RGB (Red+Green+Blue) = 22+213+17=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 213 (83.59% from 255 or 84.52% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 213 - color contains mainly: green. Hex color #16D511 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D511 is #E92AEE. Grayscale: #868686. Windows color (decimal): -15280879 or 1168662. OLE color: 1168662.
HSL color Cylindrical-coordinate representation of color #16D511: hue angle of 118.47º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16D511 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 213 | 17 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.16 |
| HSL | 118.47º | 0.85% | 0.45% | - |
| HSV(B) | 118.47º | 0.92% | 0.84% | - |
| XYZ | 24.23 | 47.8 | 8.48 | - |
| YUV | 133.55 | 62.22 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 213 | 17 | 0.90 | 0 | 0.92 | 0.16 | 118.47 | 0.85 | 0.45 |
| Hex | 16 | D5 | 11 | 5A | 0 | 5C | 10 | 76 | 55 | 2D |
| Octal | 26 | 325 | 21 | 132 | 0 | 134 | 20 | 166 | 125 | 55 |
| Binary | 10110 | 11010101 | 10001 | 1011010 | 0 | 1011100 | 10000 | 1110110 | 1010101 | 101101 |
Color Harmonies of #16D511
Complementary color
Monochromatic Colors of #16D511
Black with #16D511
Text Example
Text Example
White with #16D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D511; }
p { color: rgb(22,213,17); }
H1.HeaderClassName
{
color: #16D511;
}
.AnyTagClassName
{
color: #16D511;
}
</style>
background-color css
<style>
a { background-color: #16D511; }
a { background-color: rgb(22,213,17); }
div.DivClassName
{
background-color: #16D511;
}
.BgClassName
{
background-color: #16D511;
}
</style>
border-color css
<style>
span { border-color: #16D511; }
span { border-color: rgb(22,213,17); }
td.TdClassName
{
border-color: #16D511;
}
.TagClassName
{
border-color: #16D511;
}
</style>