Shades of Free Speech Green #11D908
Tints of Free Speech Green #11D908
RGB
CMYK
RGB Variations
Color information
#11D908 (or 0x11D908) is known color: Free Speech Green. HEX triplet: 11, D9 and 08. RGB value is (17,217,8). Sum of RGB (Red+Green+Blue) = 17+217+8=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 217 (85.16% from 255 or 89.67% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 217 - color contains mainly: green. Hex color #11D908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D908 is #EE26F7. Grayscale: #868686. Windows color (decimal): -15607544 or 579857. OLE color: 579857.
HSL color Cylindrical-coordinate representation of color #11D908: hue angle of 117.42º 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 #11D908 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.15 |
| HSL | 117.42º | 0.93% | 0.44% | - |
| HSV(B) | 117.42º | 0.96% | 0.85% | - |
| XYZ | 25.09 | 49.76 | 8.51 | - |
| YUV | 133.37 | 57.24 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 8 | 0.92 | 0 | 0.96 | 0.15 | 117.42 | 0.93 | 0.44 |
| Hex | 11 | D9 | 8 | 5C | 0 | 60 | F | 75 | 5D | 2C |
| Octal | 21 | 331 | 10 | 134 | 0 | 140 | 17 | 165 | 135 | 54 |
| Binary | 10001 | 11011001 | 1000 | 1011100 | 0 | 1100000 | 1111 | 1110101 | 1011101 | 101100 |
Color Harmonies of #11D908
Complementary color
Monochromatic Colors of #11D908
Black with #11D908
Text Example
Text Example
White with #11D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D908; }
p { color: rgb(17,217,8); }
H1.HeaderClassName
{
color: #11D908;
}
.AnyTagClassName
{
color: #11D908;
}
</style>
background-color css
<style>
a { background-color: #11D908; }
a { background-color: rgb(17,217,8); }
div.DivClassName
{
background-color: #11D908;
}
.BgClassName
{
background-color: #11D908;
}
</style>
border-color css
<style>
span { border-color: #11D908; }
span { border-color: rgb(17,217,8); }
td.TdClassName
{
border-color: #11D908;
}
.TagClassName
{
border-color: #11D908;
}
</style>