Shades of Free Speech Green #11D918
Tints of Free Speech Green #11D918
RGB
CMYK
RGB Variations
Color information
#11D918 (or 0x11D918) is known color: Free Speech Green. HEX triplet: 11, D9 and 18. RGB value is (17,217,24). Sum of RGB (Red+Green+Blue) = 17+217+24=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 217 (85.16% from 255 or 84.11% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 217 - color contains mainly: green. Hex color #11D918 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D918 is #EE26E7. Grayscale: #878787. Windows color (decimal): -15607528 or 1628433. OLE color: 1628433.
HSL color Cylindrical-coordinate representation of color #11D918: hue angle of 122.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D918 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 24 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.15 |
| HSL | 122.1º | 0.85% | 0.46% | - |
| HSV(B) | 122.1º | 0.92% | 0.85% | - |
| XYZ | 25.21 | 49.81 | 9.15 | - |
| YUV | 135.2 | 65.24 | 43.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 24 | 0.92 | 0 | 0.89 | 0.15 | 122.1 | 0.85 | 0.46 |
| Hex | 11 | D9 | 18 | 5C | 0 | 59 | F | 7A | 55 | 2E |
| Octal | 21 | 331 | 30 | 134 | 0 | 131 | 17 | 172 | 125 | 56 |
| Binary | 10001 | 11011001 | 11000 | 1011100 | 0 | 1011001 | 1111 | 1111010 | 1010101 | 101110 |
Color Harmonies of #11D918
Complementary color
Monochromatic Colors of #11D918
Black with #11D918
Text Example
Text Example
White with #11D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D918; }
p { color: rgb(17,217,24); }
H1.HeaderClassName
{
color: #11D918;
}
.AnyTagClassName
{
color: #11D918;
}
</style>
background-color css
<style>
a { background-color: #11D918; }
a { background-color: rgb(17,217,24); }
div.DivClassName
{
background-color: #11D918;
}
.BgClassName
{
background-color: #11D918;
}
</style>
border-color css
<style>
span { border-color: #11D918; }
span { border-color: rgb(17,217,24); }
td.TdClassName
{
border-color: #11D918;
}
.TagClassName
{
border-color: #11D918;
}
</style>