Shades of Free Speech Green #11F116
Tints of Free Speech Green #11F116
RGB
CMYK
RGB Variations
Color information
#11F116 (or 0x11F116) is known color: Free Speech Green. HEX triplet: 11, F1 and 16. RGB value is (17,241,22). Sum of RGB (Red+Green+Blue) = 17+241+22=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 241 (94.53% from 255 or 86.07% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 241 - color contains mainly: green. Hex color #11F116 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F116 is #EE0EE9. Grayscale: #959595. Windows color (decimal): -15601386 or 1503505. OLE color: 1503505.
HSL color Cylindrical-coordinate representation of color #11F116: hue angle of 121.34º degrees, saturation: 0.89, 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 #11F116 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 241 | 22 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.05 |
| HSL | 121.34º | 0.89% | 0.51% | - |
| HSV(B) | 121.34º | 0.93% | 0.95% | - |
| XYZ | 31.83 | 63.09 | 11.26 | - |
| YUV | 149.06 | 56.29 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 241 | 22 | 0.93 | 0 | 0.91 | 0.05 | 121.34 | 0.89 | 0.51 |
| Hex | 11 | F1 | 16 | 5D | 0 | 5B | 5 | 79 | 59 | 33 |
| Octal | 21 | 361 | 26 | 135 | 0 | 133 | 5 | 171 | 131 | 63 |
| Binary | 10001 | 11110001 | 10110 | 1011101 | 0 | 1011011 | 101 | 1111001 | 1011001 | 110011 |
Color Harmonies of #11F116
Complementary color
Monochromatic Colors of #11F116
Black with #11F116
Text Example
Text Example
White with #11F116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F116; }
p { color: rgb(17,241,22); }
H1.HeaderClassName
{
color: #11F116;
}
.AnyTagClassName
{
color: #11F116;
}
</style>
background-color css
<style>
a { background-color: #11F116; }
a { background-color: rgb(17,241,22); }
div.DivClassName
{
background-color: #11F116;
}
.BgClassName
{
background-color: #11F116;
}
</style>
border-color css
<style>
span { border-color: #11F116; }
span { border-color: rgb(17,241,22); }
td.TdClassName
{
border-color: #11F116;
}
.TagClassName
{
border-color: #11F116;
}
</style>