Shades of Free Speech Green #16E321
Tints of Free Speech Green #16E321
RGB
CMYK
RGB Variations
Color information
#16E321 (or 0x16E321) is known color: Free Speech Green. HEX triplet: 16, E3 and 21. RGB value is (22,227,33). Sum of RGB (Red+Green+Blue) = 22+227+33=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 227 (89.06% from 255 or 80.50% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 227 - color contains mainly: green. Hex color #16E321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E321 is #E91CDE. Grayscale: #909090. Windows color (decimal): -15277279 or 2220822. OLE color: 2220822.
HSL color Cylindrical-coordinate representation of color #16E321: hue angle of 123.22º 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 #16E321 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 227 | 33 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.11 |
| HSL | 123.22º | 0.82% | 0.49% | - |
| HSV(B) | 123.22º | 0.9% | 0.89% | - |
| XYZ | 28.07 | 55.22 | 10.62 | - |
| YUV | 143.59 | 65.58 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 227 | 33 | 0.90 | 0 | 0.85 | 0.11 | 123.22 | 0.82 | 0.49 |
| Hex | 16 | E3 | 21 | 5A | 0 | 55 | B | 7B | 52 | 31 |
| Octal | 26 | 343 | 41 | 132 | 0 | 125 | 13 | 173 | 122 | 61 |
| Binary | 10110 | 11100011 | 100001 | 1011010 | 0 | 1010101 | 1011 | 1111011 | 1010010 | 110001 |
Color Harmonies of #16E321
Complementary color
Monochromatic Colors of #16E321
Black with #16E321
Text Example
Text Example
White with #16E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E321; }
p { color: rgb(22,227,33); }
H1.HeaderClassName
{
color: #16E321;
}
.AnyTagClassName
{
color: #16E321;
}
</style>
background-color css
<style>
a { background-color: #16E321; }
a { background-color: rgb(22,227,33); }
div.DivClassName
{
background-color: #16E321;
}
.BgClassName
{
background-color: #16E321;
}
</style>
border-color css
<style>
span { border-color: #16E321; }
span { border-color: rgb(22,227,33); }
td.TdClassName
{
border-color: #16E321;
}
.TagClassName
{
border-color: #16E321;
}
</style>