Shades of Free Speech Green #16E221
Tints of Free Speech Green #16E221
RGB
CMYK
RGB Variations
Color information
#16E221 (or 0x16E221) is known color: Free Speech Green. HEX triplet: 16, E2 and 21. RGB value is (22,226,33). Sum of RGB (Red+Green+Blue) = 22+226+33=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 226 (88.67% from 255 or 80.43% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 226 - color contains mainly: green. Hex color #16E221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E221 is #E91DDE. Grayscale: #8F8F8F. Windows color (decimal): -15277535 or 2220566. OLE color: 2220566.
HSL color Cylindrical-coordinate representation of color #16E221: hue angle of 123.24º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E221 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 226 | 33 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.11 |
| HSL | 123.24º | 0.82% | 0.49% | - |
| HSV(B) | 123.24º | 0.9% | 0.89% | - |
| XYZ | 27.8 | 54.67 | 10.53 | - |
| YUV | 143 | 65.91 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 226 | 33 | 0.90 | 0 | 0.85 | 0.11 | 123.24 | 0.82 | 0.49 |
| Hex | 16 | E2 | 21 | 5A | 0 | 55 | B | 7B | 52 | 31 |
| Octal | 26 | 342 | 41 | 132 | 0 | 125 | 13 | 173 | 122 | 61 |
| Binary | 10110 | 11100010 | 100001 | 1011010 | 0 | 1010101 | 1011 | 1111011 | 1010010 | 110001 |
Color Harmonies of #16E221
Complementary color
Monochromatic Colors of #16E221
Black with #16E221
Text Example
Text Example
White with #16E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E221; }
p { color: rgb(22,226,33); }
H1.HeaderClassName
{
color: #16E221;
}
.AnyTagClassName
{
color: #16E221;
}
</style>
background-color css
<style>
a { background-color: #16E221; }
a { background-color: rgb(22,226,33); }
div.DivClassName
{
background-color: #16E221;
}
.BgClassName
{
background-color: #16E221;
}
</style>
border-color css
<style>
span { border-color: #16E221; }
span { border-color: rgb(22,226,33); }
td.TdClassName
{
border-color: #16E221;
}
.TagClassName
{
border-color: #16E221;
}
</style>