Shades of Free Speech Green #16E215
Tints of Free Speech Green #16E215
RGB
CMYK
RGB Variations
Color information
#16E215 (or 0x16E215) is known color: Free Speech Green. HEX triplet: 16, E2 and 15. RGB value is (22,226,21). Sum of RGB (Red+Green+Blue) = 22+226+21=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 226 (88.67% from 255 or 84.01% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 226 - color contains mainly: green. Hex color #16E215 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16E215 is #E91DEA. Grayscale: #8E8E8E. Windows color (decimal): -15277547 or 1434134. OLE color: 1434134.
HSL color Cylindrical-coordinate representation of color #16E215: hue angle of 119.71º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16E215 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 226 | 21 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.11 |
| HSL | 119.71º | 0.83% | 0.48% | - |
| HSV(B) | 119.71º | 0.91% | 0.89% | - |
| XYZ | 27.66 | 54.62 | 9.79 | - |
| YUV | 141.63 | 59.91 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 226 | 21 | 0.90 | 0 | 0.91 | 0.11 | 119.71 | 0.83 | 0.48 |
| Hex | 16 | E2 | 15 | 5A | 0 | 5B | B | 78 | 53 | 30 |
| Octal | 26 | 342 | 25 | 132 | 0 | 133 | 13 | 170 | 123 | 60 |
| Binary | 10110 | 11100010 | 10101 | 1011010 | 0 | 1011011 | 1011 | 1111000 | 1010011 | 110000 |
Color Harmonies of #16E215
Complementary color
Monochromatic Colors of #16E215
Black with #16E215
Text Example
Text Example
White with #16E215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E215; }
p { color: rgb(22,226,21); }
H1.HeaderClassName
{
color: #16E215;
}
.AnyTagClassName
{
color: #16E215;
}
</style>
background-color css
<style>
a { background-color: #16E215; }
a { background-color: rgb(22,226,21); }
div.DivClassName
{
background-color: #16E215;
}
.BgClassName
{
background-color: #16E215;
}
</style>
border-color css
<style>
span { border-color: #16E215; }
span { border-color: rgb(22,226,21); }
td.TdClassName
{
border-color: #16E215;
}
.TagClassName
{
border-color: #16E215;
}
</style>