Shades of Free Speech Green #11DC08
Tints of Free Speech Green #11DC08
RGB
CMYK
RGB Variations
Color information
#11DC08 (or 0x11DC08) is known color: Free Speech Green. HEX triplet: 11, DC and 08. RGB value is (17,220,8). Sum of RGB (Red+Green+Blue) = 17+220+8=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 220 (86.33% from 255 or 89.80% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DC08 is #EE23F7. Grayscale: #878787. Windows color (decimal): -15606776 or 580625. OLE color: 580625.
HSL color Cylindrical-coordinate representation of color #11DC08: hue angle of 117.45º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11DC08 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.14 |
| HSL | 117.45º | 0.93% | 0.45% | - |
| HSV(B) | 117.45º | 0.96% | 0.86% | - |
| XYZ | 25.87 | 51.32 | 8.77 | - |
| YUV | 135.14 | 56.25 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 8 | 0.92 | 0 | 0.96 | 0.14 | 117.45 | 0.93 | 0.45 |
| Hex | 11 | DC | 8 | 5C | 0 | 60 | E | 75 | 5D | 2D |
| Octal | 21 | 334 | 10 | 134 | 0 | 140 | 16 | 165 | 135 | 55 |
| Binary | 10001 | 11011100 | 1000 | 1011100 | 0 | 1100000 | 1110 | 1110101 | 1011101 | 101101 |
Color Harmonies of #11DC08
Complementary color
Monochromatic Colors of #11DC08
Black with #11DC08
Text Example
Text Example
White with #11DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC08; }
p { color: rgb(17,220,8); }
H1.HeaderClassName
{
color: #11DC08;
}
.AnyTagClassName
{
color: #11DC08;
}
</style>
background-color css
<style>
a { background-color: #11DC08; }
a { background-color: rgb(17,220,8); }
div.DivClassName
{
background-color: #11DC08;
}
.BgClassName
{
background-color: #11DC08;
}
</style>
border-color css
<style>
span { border-color: #11DC08; }
span { border-color: rgb(17,220,8); }
td.TdClassName
{
border-color: #11DC08;
}
.TagClassName
{
border-color: #11DC08;
}
</style>