Shades of Free Speech Green #11D912
Tints of Free Speech Green #11D912
RGB
CMYK
RGB Variations
Color information
#11D912 (or 0x11D912) is known color: Free Speech Green. HEX triplet: 11, D9 and 12. RGB value is (17,217,18). Sum of RGB (Red+Green+Blue) = 17+217+18=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 217 (85.16% from 255 or 86.11% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 217 - color contains mainly: green. Hex color #11D912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D912 is #EE26ED. Grayscale: #878787. Windows color (decimal): -15607534 or 1235217. OLE color: 1235217.
HSL color Cylindrical-coordinate representation of color #11D912: hue angle of 120.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D912 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 217 | 18 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.15 |
| HSL | 120.3º | 0.85% | 0.46% | - |
| HSV(B) | 120.3º | 0.92% | 0.85% | - |
| XYZ | 25.15 | 49.79 | 8.86 | - |
| YUV | 134.51 | 62.24 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 217 | 18 | 0.92 | 0 | 0.92 | 0.15 | 120.3 | 0.85 | 0.46 |
| Hex | 11 | D9 | 12 | 5C | 0 | 5C | F | 78 | 55 | 2E |
| Octal | 21 | 331 | 22 | 134 | 0 | 134 | 17 | 170 | 125 | 56 |
| Binary | 10001 | 11011001 | 10010 | 1011100 | 0 | 1011100 | 1111 | 1111000 | 1010101 | 101110 |
Color Harmonies of #11D912
Complementary color
Monochromatic Colors of #11D912
Black with #11D912
Text Example
Text Example
White with #11D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D912; }
p { color: rgb(17,217,18); }
H1.HeaderClassName
{
color: #11D912;
}
.AnyTagClassName
{
color: #11D912;
}
</style>
background-color css
<style>
a { background-color: #11D912; }
a { background-color: rgb(17,217,18); }
div.DivClassName
{
background-color: #11D912;
}
.BgClassName
{
background-color: #11D912;
}
</style>
border-color css
<style>
span { border-color: #11D912; }
span { border-color: rgb(17,217,18); }
td.TdClassName
{
border-color: #11D912;
}
.TagClassName
{
border-color: #11D912;
}
</style>