Shades of Free Speech Green #16E310
Tints of Free Speech Green #16E310
RGB
CMYK
RGB Variations
Color information
#16E310 (or 0x16E310) is known color: Free Speech Green. HEX triplet: 16, E3 and 10. RGB value is (22,227,16). Sum of RGB (Red+Green+Blue) = 22+227+16=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 227 (89.06% from 255 or 85.66% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 227 - color contains mainly: green. Hex color #16E310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16E310 is #E91CEF. Grayscale: #8E8E8E. Windows color (decimal): -15277296 or 1106710. OLE color: 1106710.
HSL color Cylindrical-coordinate representation of color #16E310: hue angle of 118.29º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16E310 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 227 | 16 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.11 |
| HSL | 118.29º | 0.87% | 0.48% | - |
| HSV(B) | 118.29º | 0.93% | 0.89% | - |
| XYZ | 27.89 | 55.15 | 9.66 | - |
| YUV | 141.65 | 57.08 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 227 | 16 | 0.90 | 0 | 0.93 | 0.11 | 118.29 | 0.87 | 0.48 |
| Hex | 16 | E3 | 10 | 5A | 0 | 5D | B | 76 | 57 | 30 |
| Octal | 26 | 343 | 20 | 132 | 0 | 135 | 13 | 166 | 127 | 60 |
| Binary | 10110 | 11100011 | 10000 | 1011010 | 0 | 1011101 | 1011 | 1110110 | 1010111 | 110000 |
Color Harmonies of #16E310
Complementary color
Monochromatic Colors of #16E310
Black with #16E310
Text Example
Text Example
White with #16E310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E310; }
p { color: rgb(22,227,16); }
H1.HeaderClassName
{
color: #16E310;
}
.AnyTagClassName
{
color: #16E310;
}
</style>
background-color css
<style>
a { background-color: #16E310; }
a { background-color: rgb(22,227,16); }
div.DivClassName
{
background-color: #16E310;
}
.BgClassName
{
background-color: #16E310;
}
</style>
border-color css
<style>
span { border-color: #16E310; }
span { border-color: rgb(22,227,16); }
td.TdClassName
{
border-color: #16E310;
}
.TagClassName
{
border-color: #16E310;
}
</style>