Shades of Free Speech Green #16E516
Tints of Free Speech Green #16E516
RGB
CMYK
RGB Variations
Color information
#16E516 (or 0x16E516) is known color: Free Speech Green. HEX triplet: 16, E5 and 16. RGB value is (22,229,22). Sum of RGB (Red+Green+Blue) = 22+229+22=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 229 (89.84% from 255 or 83.88% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 229 - color contains mainly: green. Hex color #16E516 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16E516 is #E91AE9. Grayscale: #909090. Windows color (decimal): -15276778 or 1500438. OLE color: 1500438.
HSL color Cylindrical-coordinate representation of color #16E516: hue angle of 120º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E516 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 229 | 22 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.10 |
| HSL | 120º | 0.82% | 0.49% | - |
| HSV(B) | 120º | 0.9% | 0.9% | - |
| XYZ | 28.5 | 56.27 | 10.12 | - |
| YUV | 143.51 | 59.42 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 229 | 22 | 0.90 | 0 | 0.90 | 0.10 | 120 | 0.82 | 0.49 |
| Hex | 16 | E5 | 16 | 5A | 0 | 5A | A | 78 | 52 | 31 |
| Octal | 26 | 345 | 26 | 132 | 0 | 132 | 12 | 170 | 122 | 61 |
| Binary | 10110 | 11100101 | 10110 | 1011010 | 0 | 1011010 | 1010 | 1111000 | 1010010 | 110001 |
Color Harmonies of #16E516
Complementary color
Monochromatic Colors of #16E516
Black with #16E516
Text Example
Text Example
White with #16E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E516; }
p { color: rgb(22,229,22); }
H1.HeaderClassName
{
color: #16E516;
}
.AnyTagClassName
{
color: #16E516;
}
</style>
background-color css
<style>
a { background-color: #16E516; }
a { background-color: rgb(22,229,22); }
div.DivClassName
{
background-color: #16E516;
}
.BgClassName
{
background-color: #16E516;
}
</style>
border-color css
<style>
span { border-color: #16E516; }
span { border-color: rgb(22,229,22); }
td.TdClassName
{
border-color: #16E516;
}
.TagClassName
{
border-color: #16E516;
}
</style>