Shades of Free Speech Green #11F416
Tints of Free Speech Green #11F416
RGB
CMYK
RGB Variations
Color information
#11F416 (or 0x11F416) is known color: Free Speech Green. HEX triplet: 11, F4 and 16. RGB value is (17,244,22). Sum of RGB (Red+Green+Blue) = 17+244+22=283 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.01% from 283); Green value is 244 (95.70% from 255 or 86.22% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 244 - color contains mainly: green. Hex color #11F416 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F416 is #EE0BE9. Grayscale: #979797. Windows color (decimal): -15600618 or 1504273. OLE color: 1504273.
HSL color Cylindrical-coordinate representation of color #11F416: hue angle of 121.32º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F416 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 244 | 22 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.04 |
| HSL | 121.32º | 0.91% | 0.51% | - |
| HSV(B) | 121.32º | 0.93% | 0.96% | - |
| XYZ | 32.73 | 64.88 | 11.56 | - |
| YUV | 150.82 | 55.29 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 244 | 22 | 0.93 | 0 | 0.91 | 0.04 | 121.32 | 0.91 | 0.51 |
| Hex | 11 | F4 | 16 | 5D | 0 | 5B | 4 | 79 | 5B | 33 |
| Octal | 21 | 364 | 26 | 135 | 0 | 133 | 4 | 171 | 133 | 63 |
| Binary | 10001 | 11110100 | 10110 | 1011101 | 0 | 1011011 | 100 | 1111001 | 1011011 | 110011 |
Color Harmonies of #11F416
Complementary color
Monochromatic Colors of #11F416
Black with #11F416
Text Example
Text Example
White with #11F416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F416; }
p { color: rgb(17,244,22); }
H1.HeaderClassName
{
color: #11F416;
}
.AnyTagClassName
{
color: #11F416;
}
</style>
background-color css
<style>
a { background-color: #11F416; }
a { background-color: rgb(17,244,22); }
div.DivClassName
{
background-color: #11F416;
}
.BgClassName
{
background-color: #11F416;
}
</style>
border-color css
<style>
span { border-color: #11F416; }
span { border-color: rgb(17,244,22); }
td.TdClassName
{
border-color: #11F416;
}
.TagClassName
{
border-color: #11F416;
}
</style>