Shades of Free Speech Green #11FF16
Tints of Free Speech Green #11FF16
RGB
CMYK
RGB Variations
Color information
#11FF16 (or 0x11FF16) is known color: Free Speech Green. HEX triplet: 11, FF and 16. RGB value is (17,255,22). Sum of RGB (Red+Green+Blue) = 17+255+22=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 255 (100% from 255 or 86.73% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FF16 is #EE00E9. Grayscale: #9D9D9D. Windows color (decimal): -15597802 or 1507089. OLE color: 1507089.
HSL color Cylindrical-coordinate representation of color #11FF16: hue angle of 121.26º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FF16 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 22 | - |
| CMYK | 0.93 | 0 | 0.91 | 0 |
| HSL | 121.26º | 1% | 0.53% | - |
| HSV(B) | 121.26º | 0.93% | 1% | - |
| XYZ | 36.14 | 71.7 | 12.69 | - |
| YUV | 157.28 | 51.65 | 27.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 22 | 0.93 | 0 | 0.91 | 0 | 121.26 | 1 | 0.53 |
| Hex | 11 | FF | 16 | 5D | 0 | 5B | 0 | 79 | 64 | 35 |
| Octal | 21 | 377 | 26 | 135 | 0 | 133 | 0 | 171 | 144 | 65 |
| Binary | 10001 | 11111111 | 10110 | 1011101 | 0 | 1011011 | 0 | 1111001 | 1100100 | 110101 |
Color Harmonies of #11FF16
Complementary color
Monochromatic Colors of #11FF16
Black with #11FF16
Text Example
Text Example
White with #11FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF16; }
p { color: rgb(17,255,22); }
H1.HeaderClassName
{
color: #11FF16;
}
.AnyTagClassName
{
color: #11FF16;
}
</style>
background-color css
<style>
a { background-color: #11FF16; }
a { background-color: rgb(17,255,22); }
div.DivClassName
{
background-color: #11FF16;
}
.BgClassName
{
background-color: #11FF16;
}
</style>
border-color css
<style>
span { border-color: #11FF16; }
span { border-color: rgb(17,255,22); }
td.TdClassName
{
border-color: #11FF16;
}
.TagClassName
{
border-color: #11FF16;
}
</style>