Shades of Free Speech Green #11F220
Tints of Free Speech Green #11F220
RGB
CMYK
RGB Variations
Color information
#11F220 (or 0x11F220) is known color: Free Speech Green. HEX triplet: 11, F2 and 20. RGB value is (17,242,32). Sum of RGB (Red+Green+Blue) = 17+242+32=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 242 (94.92% from 255 or 83.16% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 242 - color contains mainly: green. Hex color #11F220 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F220 is #EE0DDF. Grayscale: #979797. Windows color (decimal): -15601120 or 2159121. OLE color: 2159121.
HSL color Cylindrical-coordinate representation of color #11F220: hue angle of 124º 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 #11F220 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 242 | 32 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.05 |
| HSL | 124º | 0.9% | 0.51% | - |
| HSV(B) | 124º | 0.93% | 0.95% | - |
| XYZ | 32.24 | 63.73 | 11.97 | - |
| YUV | 150.79 | 60.96 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 242 | 32 | 0.93 | 0 | 0.87 | 0.05 | 124 | 0.9 | 0.51 |
| Hex | 11 | F2 | 20 | 5D | 0 | 57 | 5 | 7C | 5A | 33 |
| Octal | 21 | 362 | 40 | 135 | 0 | 127 | 5 | 174 | 132 | 63 |
| Binary | 10001 | 11110010 | 100000 | 1011101 | 0 | 1010111 | 101 | 1111100 | 1011010 | 110011 |
Color Harmonies of #11F220
Complementary color
Monochromatic Colors of #11F220
Black with #11F220
Text Example
Text Example
White with #11F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F220; }
p { color: rgb(17,242,32); }
H1.HeaderClassName
{
color: #11F220;
}
.AnyTagClassName
{
color: #11F220;
}
</style>
background-color css
<style>
a { background-color: #11F220; }
a { background-color: rgb(17,242,32); }
div.DivClassName
{
background-color: #11F220;
}
.BgClassName
{
background-color: #11F220;
}
</style>
border-color css
<style>
span { border-color: #11F220; }
span { border-color: rgb(17,242,32); }
td.TdClassName
{
border-color: #11F220;
}
.TagClassName
{
border-color: #11F220;
}
</style>