Shades of Free Speech Green #11D114
Tints of Free Speech Green #11D114
RGB
CMYK
RGB Variations
Color information
#11D114 (or 0x11D114) is known color: Free Speech Green. HEX triplet: 11, D1 and 14. RGB value is (17,209,20). Sum of RGB (Red+Green+Blue) = 17+209+20=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 209 (82.03% from 255 or 84.96% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 209 - color contains mainly: green. Hex color #11D114 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D114 is #EE2EEB. Grayscale: #828282. Windows color (decimal): -15609580 or 1364241. OLE color: 1364241.
HSL color Cylindrical-coordinate representation of color #11D114: hue angle of 120.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D114 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 20 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.18 |
| HSL | 120.94º | 0.85% | 0.44% | - |
| HSV(B) | 120.94º | 0.92% | 0.82% | - |
| XYZ | 23.16 | 45.77 | 8.28 | - |
| YUV | 130.05 | 65.89 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 20 | 0.92 | 0 | 0.90 | 0.18 | 120.94 | 0.85 | 0.44 |
| Hex | 11 | D1 | 14 | 5C | 0 | 5A | 12 | 79 | 55 | 2C |
| Octal | 21 | 321 | 24 | 134 | 0 | 132 | 22 | 171 | 125 | 54 |
| Binary | 10001 | 11010001 | 10100 | 1011100 | 0 | 1011010 | 10010 | 1111001 | 1010101 | 101100 |
Color Harmonies of #11D114
Complementary color
Monochromatic Colors of #11D114
Black with #11D114
Text Example
Text Example
White with #11D114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D114; }
p { color: rgb(17,209,20); }
H1.HeaderClassName
{
color: #11D114;
}
.AnyTagClassName
{
color: #11D114;
}
</style>
background-color css
<style>
a { background-color: #11D114; }
a { background-color: rgb(17,209,20); }
div.DivClassName
{
background-color: #11D114;
}
.BgClassName
{
background-color: #11D114;
}
</style>
border-color css
<style>
span { border-color: #11D114; }
span { border-color: rgb(17,209,20); }
td.TdClassName
{
border-color: #11D114;
}
.TagClassName
{
border-color: #11D114;
}
</style>