Shades of Free Speech Green #11F211
Tints of Free Speech Green #11F211
RGB
CMYK
RGB Variations
Color information
#11F211 (or 0x11F211) is known color: Free Speech Green. HEX triplet: 11, F2 and 11. RGB value is (17,242,17). Sum of RGB (Red+Green+Blue) = 17+242+17=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 242 (94.92% from 255 or 87.68% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 242 - color contains mainly: green. Hex color #11F211 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F211 is #EE0DEE. Grayscale: #959595. Windows color (decimal): -15601135 or 1176081. OLE color: 1176081.
HSL color Cylindrical-coordinate representation of color #11F211: hue angle of 120º 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 #11F211 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 242 | 17 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.05 |
| HSL | 120º | 0.9% | 0.51% | - |
| HSV(B) | 120º | 0.93% | 0.95% | - |
| XYZ | 32.08 | 63.66 | 11.13 | - |
| YUV | 149.08 | 53.46 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 242 | 17 | 0.93 | 0 | 0.93 | 0.05 | 120 | 0.9 | 0.51 |
| Hex | 11 | F2 | 11 | 5D | 0 | 5D | 5 | 78 | 5A | 33 |
| Octal | 21 | 362 | 21 | 135 | 0 | 135 | 5 | 170 | 132 | 63 |
| Binary | 10001 | 11110010 | 10001 | 1011101 | 0 | 1011101 | 101 | 1111000 | 1011010 | 110011 |
Color Harmonies of #11F211
Complementary color
Monochromatic Colors of #11F211
Black with #11F211
Text Example
Text Example
White with #11F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F211; }
p { color: rgb(17,242,17); }
H1.HeaderClassName
{
color: #11F211;
}
.AnyTagClassName
{
color: #11F211;
}
</style>
background-color css
<style>
a { background-color: #11F211; }
a { background-color: rgb(17,242,17); }
div.DivClassName
{
background-color: #11F211;
}
.BgClassName
{
background-color: #11F211;
}
</style>
border-color css
<style>
span { border-color: #11F211; }
span { border-color: rgb(17,242,17); }
td.TdClassName
{
border-color: #11F211;
}
.TagClassName
{
border-color: #11F211;
}
</style>