Shades of Free Speech Green #16F211
Tints of Free Speech Green #16F211
RGB
CMYK
RGB Variations
Color information
#16F211 (or 0x16F211) is known color: Free Speech Green. HEX triplet: 16, F2 and 11. RGB value is (22,242,17). Sum of RGB (Red+Green+Blue) = 22+242+17=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 242 (94.92% from 255 or 86.12% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 242 - color contains mainly: green. Hex color #16F211 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16F211 is #E90DEE. Grayscale: #979797. Windows color (decimal): -15273455 or 1176086. OLE color: 1176086.
HSL color Cylindrical-coordinate representation of color #16F211: hue angle of 118.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16F211 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 242 | 17 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.05 |
| HSL | 118.67º | 0.9% | 0.51% | - |
| HSV(B) | 118.67º | 0.93% | 0.95% | - |
| XYZ | 32.18 | 63.72 | 11.13 | - |
| YUV | 150.57 | 52.61 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 242 | 17 | 0.91 | 0 | 0.93 | 0.05 | 118.67 | 0.9 | 0.51 |
| Hex | 16 | F2 | 11 | 5B | 0 | 5D | 5 | 77 | 5A | 33 |
| Octal | 26 | 362 | 21 | 133 | 0 | 135 | 5 | 167 | 132 | 63 |
| Binary | 10110 | 11110010 | 10001 | 1011011 | 0 | 1011101 | 101 | 1110111 | 1011010 | 110011 |
Color Harmonies of #16F211
Complementary color
Monochromatic Colors of #16F211
Black with #16F211
Text Example
Text Example
White with #16F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F211; }
p { color: rgb(22,242,17); }
H1.HeaderClassName
{
color: #16F211;
}
.AnyTagClassName
{
color: #16F211;
}
</style>
background-color css
<style>
a { background-color: #16F211; }
a { background-color: rgb(22,242,17); }
div.DivClassName
{
background-color: #16F211;
}
.BgClassName
{
background-color: #16F211;
}
</style>
border-color css
<style>
span { border-color: #16F211; }
span { border-color: rgb(22,242,17); }
td.TdClassName
{
border-color: #16F211;
}
.TagClassName
{
border-color: #16F211;
}
</style>