Shades of Free Speech Green #16FE11
Tints of Free Speech Green #16FE11
RGB
CMYK
RGB Variations
Color information
#16FE11 (or 0x16FE11) is known color: Free Speech Green. HEX triplet: 16, FE and 11. RGB value is (22,254,17). Sum of RGB (Red+Green+Blue) = 22+254+17=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 254 (99.61% from 255 or 86.69% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 254 - color contains mainly: green. Hex color #16FE11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16FE11 is #E901EE. Grayscale: #9E9E9E. Windows color (decimal): -15270383 or 1179158. OLE color: 1179158.
HSL color Cylindrical-coordinate representation of color #16FE11: hue angle of 118.73º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16FE11 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 254 | 17 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.00 |
| HSL | 118.73º | 0.99% | 0.53% | - |
| HSV(B) | 118.73º | 0.93% | 1% | - |
| XYZ | 35.87 | 71.09 | 12.36 | - |
| YUV | 157.61 | 48.64 | 31.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 254 | 17 | 0.91 | 0 | 0.93 | 0.00 | 118.73 | 0.99 | 0.53 |
| Hex | 16 | FE | 11 | 5B | 0 | 5D | 0 | 77 | 63 | 35 |
| Octal | 26 | 376 | 21 | 133 | 0 | 135 | 0 | 167 | 143 | 65 |
| Binary | 10110 | 11111110 | 10001 | 1011011 | 0 | 1011101 | 0 | 1110111 | 1100011 | 110101 |
Color Harmonies of #16FE11
Complementary color
Monochromatic Colors of #16FE11
Black with #16FE11
Text Example
Text Example
White with #16FE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FE11; }
p { color: rgb(22,254,17); }
H1.HeaderClassName
{
color: #16FE11;
}
.AnyTagClassName
{
color: #16FE11;
}
</style>
background-color css
<style>
a { background-color: #16FE11; }
a { background-color: rgb(22,254,17); }
div.DivClassName
{
background-color: #16FE11;
}
.BgClassName
{
background-color: #16FE11;
}
</style>
border-color css
<style>
span { border-color: #16FE11; }
span { border-color: rgb(22,254,17); }
td.TdClassName
{
border-color: #16FE11;
}
.TagClassName
{
border-color: #16FE11;
}
</style>