Shades of Free Speech Green #11D90B
Tints of Free Speech Green #11D90B
RGB
CMYK
RGB Variations
Color information
#11D90B (or 0x11D90B) is known color: Free Speech Green. HEX triplet: 11, D9 and 0B. RGB value is (17,217,11). Sum of RGB (Red+Green+Blue) = 17+217+11=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 217 (85.16% from 255 or 88.57% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 217 - color contains mainly: green. Hex color #11D90B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D90B is #EE26F4. Grayscale: #868686. Windows color (decimal): -15607541 or 776465. OLE color: 776465.
HSL color Cylindrical-coordinate representation of color #11D90B: hue angle of 118.25º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11D90B is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 11 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.15 |
| HSL | 118.25º | 0.9% | 0.45% | - |
| HSV(B) | 118.25º | 0.95% | 0.85% | - |
| XYZ | 25.1 | 49.77 | 8.6 | - |
| YUV | 133.72 | 58.74 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 11 | 0.92 | 0 | 0.95 | 0.15 | 118.25 | 0.9 | 0.45 |
| Hex | 11 | D9 | B | 5C | 0 | 5F | F | 76 | 5A | 2D |
| Octal | 21 | 331 | 13 | 134 | 0 | 137 | 17 | 166 | 132 | 55 |
| Binary | 10001 | 11011001 | 1011 | 1011100 | 0 | 1011111 | 1111 | 1110110 | 1011010 | 101101 |
Color Harmonies of #11D90B
Complementary color
Monochromatic Colors of #11D90B
Black with #11D90B
Text Example
Text Example
White with #11D90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D90B; }
p { color: rgb(17,217,11); }
H1.HeaderClassName
{
color: #11D90B;
}
.AnyTagClassName
{
color: #11D90B;
}
</style>
background-color css
<style>
a { background-color: #11D90B; }
a { background-color: rgb(17,217,11); }
div.DivClassName
{
background-color: #11D90B;
}
.BgClassName
{
background-color: #11D90B;
}
</style>
border-color css
<style>
span { border-color: #11D90B; }
span { border-color: rgb(17,217,11); }
td.TdClassName
{
border-color: #11D90B;
}
.TagClassName
{
border-color: #11D90B;
}
</style>