Shades of Free Speech Green #11D306
Tints of Free Speech Green #11D306
RGB
CMYK
RGB Variations
Color information
#11D306 (or 0x11D306) is known color: Free Speech Green. HEX triplet: 11, D3 and 06. RGB value is (17,211,6). Sum of RGB (Red+Green+Blue) = 17+211+6=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 211 (82.81% from 255 or 90.17% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 211 - color contains mainly: green. Hex color #11D306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D306 is #EE2CF9. Grayscale: #828282. Windows color (decimal): -15609082 or 447249. OLE color: 447249.
HSL color Cylindrical-coordinate representation of color #11D306: hue angle of 116.78º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11D306 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 211 | 6 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.17 |
| HSL | 116.78º | 0.94% | 0.43% | - |
| HSV(B) | 116.78º | 0.97% | 0.83% | - |
| XYZ | 23.56 | 46.72 | 7.95 | - |
| YUV | 129.62 | 58.23 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 211 | 6 | 0.92 | 0 | 0.97 | 0.17 | 116.78 | 0.94 | 0.43 |
| Hex | 11 | D3 | 6 | 5C | 0 | 61 | 11 | 75 | 5E | 2B |
| Octal | 21 | 323 | 6 | 134 | 0 | 141 | 21 | 165 | 136 | 53 |
| Binary | 10001 | 11010011 | 110 | 1011100 | 0 | 1100001 | 10001 | 1110101 | 1011110 | 101011 |
Color Harmonies of #11D306
Complementary color
Monochromatic Colors of #11D306
Black with #11D306
Text Example
Text Example
White with #11D306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D306; }
p { color: rgb(17,211,6); }
H1.HeaderClassName
{
color: #11D306;
}
.AnyTagClassName
{
color: #11D306;
}
</style>
background-color css
<style>
a { background-color: #11D306; }
a { background-color: rgb(17,211,6); }
div.DivClassName
{
background-color: #11D306;
}
.BgClassName
{
background-color: #11D306;
}
</style>
border-color css
<style>
span { border-color: #11D306; }
span { border-color: rgb(17,211,6); }
td.TdClassName
{
border-color: #11D306;
}
.TagClassName
{
border-color: #11D306;
}
</style>