Shades of Free Speech Green #16F221
Tints of Free Speech Green #16F221
RGB
CMYK
RGB Variations
Color information
#16F221 (or 0x16F221) is known color: Free Speech Green. HEX triplet: 16, F2 and 21. RGB value is (22,242,33). Sum of RGB (Red+Green+Blue) = 22+242+33=297 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.41% from 297); Green value is 242 (94.92% from 255 or 81.48% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 242 - color contains mainly: green. Hex color #16F221 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F221 is #E90DDE. Grayscale: #999999. Windows color (decimal): -15273439 or 2224662. OLE color: 2224662.
HSL color Cylindrical-coordinate representation of color #16F221: hue angle of 123º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F221 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 242 | 33 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.05 |
| HSL | 123º | 0.89% | 0.52% | - |
| HSV(B) | 123º | 0.91% | 0.95% | - |
| XYZ | 32.36 | 63.78 | 12.05 | - |
| YUV | 152.39 | 60.61 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 242 | 33 | 0.91 | 0 | 0.86 | 0.05 | 123 | 0.89 | 0.52 |
| Hex | 16 | F2 | 21 | 5B | 0 | 56 | 5 | 7B | 59 | 34 |
| Octal | 26 | 362 | 41 | 133 | 0 | 126 | 5 | 173 | 131 | 64 |
| Binary | 10110 | 11110010 | 100001 | 1011011 | 0 | 1010110 | 101 | 1111011 | 1011001 | 110100 |
Color Harmonies of #16F221
Complementary color
Monochromatic Colors of #16F221
Black with #16F221
Text Example
Text Example
White with #16F221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F221; }
p { color: rgb(22,242,33); }
H1.HeaderClassName
{
color: #16F221;
}
.AnyTagClassName
{
color: #16F221;
}
</style>
background-color css
<style>
a { background-color: #16F221; }
a { background-color: rgb(22,242,33); }
div.DivClassName
{
background-color: #16F221;
}
.BgClassName
{
background-color: #16F221;
}
</style>
border-color css
<style>
span { border-color: #16F221; }
span { border-color: rgb(22,242,33); }
td.TdClassName
{
border-color: #16F221;
}
.TagClassName
{
border-color: #16F221;
}
</style>