Shades of Free Speech Green #11D808
Tints of Free Speech Green #11D808
RGB
CMYK
RGB Variations
Color information
#11D808 (or 0x11D808) is known color: Free Speech Green. HEX triplet: 11, D8 and 08. RGB value is (17,216,8). Sum of RGB (Red+Green+Blue) = 17+216+8=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 216 (84.77% from 255 or 89.63% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 216 - color contains mainly: green. Hex color #11D808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D808 is #EE27F7. Grayscale: #858585. Windows color (decimal): -15607800 or 579601. OLE color: 579601.
HSL color Cylindrical-coordinate representation of color #11D808: hue angle of 117.4º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11D808 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 216 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.15 |
| HSL | 117.4º | 0.93% | 0.44% | - |
| HSV(B) | 117.4º | 0.96% | 0.85% | - |
| XYZ | 24.83 | 49.25 | 8.43 | - |
| YUV | 132.79 | 57.57 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 216 | 8 | 0.92 | 0 | 0.96 | 0.15 | 117.4 | 0.93 | 0.44 |
| Hex | 11 | D8 | 8 | 5C | 0 | 60 | F | 75 | 5D | 2C |
| Octal | 21 | 330 | 10 | 134 | 0 | 140 | 17 | 165 | 135 | 54 |
| Binary | 10001 | 11011000 | 1000 | 1011100 | 0 | 1100000 | 1111 | 1110101 | 1011101 | 101100 |
Color Harmonies of #11D808
Complementary color
Monochromatic Colors of #11D808
Black with #11D808
Text Example
Text Example
White with #11D808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D808; }
p { color: rgb(17,216,8); }
H1.HeaderClassName
{
color: #11D808;
}
.AnyTagClassName
{
color: #11D808;
}
</style>
background-color css
<style>
a { background-color: #11D808; }
a { background-color: rgb(17,216,8); }
div.DivClassName
{
background-color: #11D808;
}
.BgClassName
{
background-color: #11D808;
}
</style>
border-color css
<style>
span { border-color: #11D808; }
span { border-color: rgb(17,216,8); }
td.TdClassName
{
border-color: #11D808;
}
.TagClassName
{
border-color: #11D808;
}
</style>