Shades of Free Speech Green #16E410
Tints of Free Speech Green #16E410
RGB
CMYK
RGB Variations
Color information
#16E410 (or 0x16E410) is known color: Free Speech Green. HEX triplet: 16, E4 and 10. RGB value is (22,228,16). Sum of RGB (Red+Green+Blue) = 22+228+16=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 228 (89.45% from 255 or 85.71% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 228 - color contains mainly: green. Hex color #16E410 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16E410 is #E91BEF. Grayscale: #8E8E8E. Windows color (decimal): -15277040 or 1106966. OLE color: 1106966.
HSL color Cylindrical-coordinate representation of color #16E410: hue angle of 118.3º 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 #16E410 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 228 | 16 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.11 |
| HSL | 118.3º | 0.87% | 0.48% | - |
| HSV(B) | 118.3º | 0.93% | 0.89% | - |
| XYZ | 28.17 | 55.69 | 9.76 | - |
| YUV | 142.24 | 56.75 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 228 | 16 | 0.90 | 0 | 0.93 | 0.11 | 118.3 | 0.87 | 0.48 |
| Hex | 16 | E4 | 10 | 5A | 0 | 5D | B | 76 | 57 | 30 |
| Octal | 26 | 344 | 20 | 132 | 0 | 135 | 13 | 166 | 127 | 60 |
| Binary | 10110 | 11100100 | 10000 | 1011010 | 0 | 1011101 | 1011 | 1110110 | 1010111 | 110000 |
Color Harmonies of #16E410
Complementary color
Monochromatic Colors of #16E410
Black with #16E410
Text Example
Text Example
White with #16E410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E410; }
p { color: rgb(22,228,16); }
H1.HeaderClassName
{
color: #16E410;
}
.AnyTagClassName
{
color: #16E410;
}
</style>
background-color css
<style>
a { background-color: #16E410; }
a { background-color: rgb(22,228,16); }
div.DivClassName
{
background-color: #16E410;
}
.BgClassName
{
background-color: #16E410;
}
</style>
border-color css
<style>
span { border-color: #16E410; }
span { border-color: rgb(22,228,16); }
td.TdClassName
{
border-color: #16E410;
}
.TagClassName
{
border-color: #16E410;
}
</style>