Shades of Free Speech Green #16E71F
Tints of Free Speech Green #16E71F
RGB
CMYK
RGB Variations
Color information
#16E71F (or 0x16E71F) is known color: Free Speech Green. HEX triplet: 16, E7 and 1F. RGB value is (22,231,31). Sum of RGB (Red+Green+Blue) = 22+231+31=284 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.75% from 284); Green value is 231 (90.62% from 255 or 81.34% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 231 - color contains mainly: green. Hex color #16E71F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16E71F is #E918E0. Grayscale: #929292. Windows color (decimal): -15276257 or 2090774. OLE color: 2090774.
HSL color Cylindrical-coordinate representation of color #16E71F: hue angle of 122.58º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E71F is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 231 | 31 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.09 |
| HSL | 122.58º | 0.83% | 0.5% | - |
| HSV(B) | 122.58º | 0.9% | 0.91% | - |
| XYZ | 29.15 | 57.42 | 10.84 | - |
| YUV | 145.71 | 63.26 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 231 | 31 | 0.90 | 0 | 0.87 | 0.09 | 122.58 | 0.83 | 0.5 |
| Hex | 16 | E7 | 1F | 5A | 0 | 57 | 9 | 7B | 53 | 32 |
| Octal | 26 | 347 | 37 | 132 | 0 | 127 | 11 | 173 | 123 | 62 |
| Binary | 10110 | 11100111 | 11111 | 1011010 | 0 | 1010111 | 1001 | 1111011 | 1010011 | 110010 |
Color Harmonies of #16E71F
Complementary color
Monochromatic Colors of #16E71F
Black with #16E71F
Text Example
Text Example
White with #16E71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E71F; }
p { color: rgb(22,231,31); }
H1.HeaderClassName
{
color: #16E71F;
}
.AnyTagClassName
{
color: #16E71F;
}
</style>
background-color css
<style>
a { background-color: #16E71F; }
a { background-color: rgb(22,231,31); }
div.DivClassName
{
background-color: #16E71F;
}
.BgClassName
{
background-color: #16E71F;
}
</style>
border-color css
<style>
span { border-color: #16E71F; }
span { border-color: rgb(22,231,31); }
td.TdClassName
{
border-color: #16E71F;
}
.TagClassName
{
border-color: #16E71F;
}
</style>