Shades of Free Speech Green #11D909
Tints of Free Speech Green #11D909
RGB
CMYK
RGB Variations
Color information
#11D909 (or 0x11D909) is known color: Free Speech Green. HEX triplet: 11, D9 and 09. RGB value is (17,217,9). Sum of RGB (Red+Green+Blue) = 17+217+9=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 217 (85.16% from 255 or 89.30% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 217 - color contains mainly: green. Hex color #11D909 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D909 is #EE26F6. Grayscale: #868686. Windows color (decimal): -15607543 or 645393. OLE color: 645393.
HSL color Cylindrical-coordinate representation of color #11D909: hue angle of 117.69º degrees, saturation: 0.92, 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 #11D909 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 9 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.15 |
| HSL | 117.69º | 0.92% | 0.44% | - |
| HSV(B) | 117.69º | 0.96% | 0.85% | - |
| XYZ | 25.09 | 49.76 | 8.54 | - |
| YUV | 133.49 | 57.74 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 9 | 0.92 | 0 | 0.96 | 0.15 | 117.69 | 0.92 | 0.44 |
| Hex | 11 | D9 | 9 | 5C | 0 | 60 | F | 76 | 5C | 2C |
| Octal | 21 | 331 | 11 | 134 | 0 | 140 | 17 | 166 | 134 | 54 |
| Binary | 10001 | 11011001 | 1001 | 1011100 | 0 | 1100000 | 1111 | 1110110 | 1011100 | 101100 |
Color Harmonies of #11D909
Complementary color
Monochromatic Colors of #11D909
Black with #11D909
Text Example
Text Example
White with #11D909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D909; }
p { color: rgb(17,217,9); }
H1.HeaderClassName
{
color: #11D909;
}
.AnyTagClassName
{
color: #11D909;
}
</style>
background-color css
<style>
a { background-color: #11D909; }
a { background-color: rgb(17,217,9); }
div.DivClassName
{
background-color: #11D909;
}
.BgClassName
{
background-color: #11D909;
}
</style>
border-color css
<style>
span { border-color: #11D909; }
span { border-color: rgb(17,217,9); }
td.TdClassName
{
border-color: #11D909;
}
.TagClassName
{
border-color: #11D909;
}
</style>