Shades of Free Speech Green #11DC18
Tints of Free Speech Green #11DC18
RGB
CMYK
RGB Variations
Color information
#11DC18 (or 0x11DC18) is known color: Free Speech Green. HEX triplet: 11, DC and 18. RGB value is (17,220,24). Sum of RGB (Red+Green+Blue) = 17+220+24=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 220 (86.33% from 255 or 84.29% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DC18 is #EE23E7. Grayscale: #898989. Windows color (decimal): -15606760 or 1629201. OLE color: 1629201.
HSL color Cylindrical-coordinate representation of color #11DC18: hue angle of 122.07º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DC18 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 24 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.14 |
| HSL | 122.07º | 0.86% | 0.46% | - |
| HSV(B) | 122.07º | 0.92% | 0.86% | - |
| XYZ | 25.99 | 51.37 | 9.41 | - |
| YUV | 136.96 | 64.25 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 24 | 0.92 | 0 | 0.89 | 0.14 | 122.07 | 0.86 | 0.46 |
| Hex | 11 | DC | 18 | 5C | 0 | 59 | E | 7A | 56 | 2E |
| Octal | 21 | 334 | 30 | 134 | 0 | 131 | 16 | 172 | 126 | 56 |
| Binary | 10001 | 11011100 | 11000 | 1011100 | 0 | 1011001 | 1110 | 1111010 | 1010110 | 101110 |
Color Harmonies of #11DC18
Complementary color
Monochromatic Colors of #11DC18
Black with #11DC18
Text Example
Text Example
White with #11DC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC18; }
p { color: rgb(17,220,24); }
H1.HeaderClassName
{
color: #11DC18;
}
.AnyTagClassName
{
color: #11DC18;
}
</style>
background-color css
<style>
a { background-color: #11DC18; }
a { background-color: rgb(17,220,24); }
div.DivClassName
{
background-color: #11DC18;
}
.BgClassName
{
background-color: #11DC18;
}
</style>
border-color css
<style>
span { border-color: #11DC18; }
span { border-color: rgb(17,220,24); }
td.TdClassName
{
border-color: #11DC18;
}
.TagClassName
{
border-color: #11DC18;
}
</style>