Shades of Free Speech Green #11D907
Tints of Free Speech Green #11D907
RGB
CMYK
RGB Variations
Color information
#11D907 (or 0x11D907) is known color: Free Speech Green. HEX triplet: 11, D9 and 07. RGB value is (17,217,7). Sum of RGB (Red+Green+Blue) = 17+217+7=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 217 (85.16% from 255 or 90.04% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 217 - color contains mainly: green. Hex color #11D907 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D907 is #EE26F8. Grayscale: #858585. Windows color (decimal): -15607545 or 514321. OLE color: 514321.
HSL color Cylindrical-coordinate representation of color #11D907: hue angle of 117.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11D907 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 7 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.15 |
| HSL | 117.14º | 0.94% | 0.44% | - |
| HSV(B) | 117.14º | 0.97% | 0.85% | - |
| XYZ | 25.08 | 49.76 | 8.48 | - |
| YUV | 133.26 | 56.74 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 7 | 0.92 | 0 | 0.97 | 0.15 | 117.14 | 0.94 | 0.44 |
| Hex | 11 | D9 | 7 | 5C | 0 | 61 | F | 75 | 5E | 2C |
| Octal | 21 | 331 | 7 | 134 | 0 | 141 | 17 | 165 | 136 | 54 |
| Binary | 10001 | 11011001 | 111 | 1011100 | 0 | 1100001 | 1111 | 1110101 | 1011110 | 101100 |
Color Harmonies of #11D907
Complementary color
Monochromatic Colors of #11D907
Black with #11D907
Text Example
Text Example
White with #11D907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D907; }
p { color: rgb(17,217,7); }
H1.HeaderClassName
{
color: #11D907;
}
.AnyTagClassName
{
color: #11D907;
}
</style>
background-color css
<style>
a { background-color: #11D907; }
a { background-color: rgb(17,217,7); }
div.DivClassName
{
background-color: #11D907;
}
.BgClassName
{
background-color: #11D907;
}
</style>
border-color css
<style>
span { border-color: #11D907; }
span { border-color: rgb(17,217,7); }
td.TdClassName
{
border-color: #11D907;
}
.TagClassName
{
border-color: #11D907;
}
</style>