Shades of Free Speech Green #16E507
Tints of Free Speech Green #16E507
RGB
CMYK
RGB Variations
Color information
#16E507 (or 0x16E507) is known color: Free Speech Green. HEX triplet: 16, E5 and 07. RGB value is (22,229,7). Sum of RGB (Red+Green+Blue) = 22+229+7=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 229 (89.84% from 255 or 88.76% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 229 - color contains mainly: green. Hex color #16E507 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16E507 is #E91AF8. Grayscale: #8E8E8E. Windows color (decimal): -15276793 or 517398. OLE color: 517398.
HSL color Cylindrical-coordinate representation of color #16E507: hue angle of 115.95º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #16E507 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 229 | 7 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.10 |
| HSL | 115.95º | 0.94% | 0.46% | - |
| HSV(B) | 115.95º | 0.97% | 0.9% | - |
| XYZ | 28.39 | 56.22 | 9.56 | - |
| YUV | 141.8 | 51.92 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 229 | 7 | 0.90 | 0 | 0.97 | 0.10 | 115.95 | 0.94 | 0.46 |
| Hex | 16 | E5 | 7 | 5A | 0 | 61 | A | 74 | 5E | 2E |
| Octal | 26 | 345 | 7 | 132 | 0 | 141 | 12 | 164 | 136 | 56 |
| Binary | 10110 | 11100101 | 111 | 1011010 | 0 | 1100001 | 1010 | 1110100 | 1011110 | 101110 |
Color Harmonies of #16E507
Complementary color
Monochromatic Colors of #16E507
Black with #16E507
Text Example
Text Example
White with #16E507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E507; }
p { color: rgb(22,229,7); }
H1.HeaderClassName
{
color: #16E507;
}
.AnyTagClassName
{
color: #16E507;
}
</style>
background-color css
<style>
a { background-color: #16E507; }
a { background-color: rgb(22,229,7); }
div.DivClassName
{
background-color: #16E507;
}
.BgClassName
{
background-color: #16E507;
}
</style>
border-color css
<style>
span { border-color: #16E507; }
span { border-color: rgb(22,229,7); }
td.TdClassName
{
border-color: #16E507;
}
.TagClassName
{
border-color: #16E507;
}
</style>