Shades of Free Speech Green #11D212
Tints of Free Speech Green #11D212
RGB
CMYK
RGB Variations
Color information
#11D212 (or 0x11D212) is known color: Free Speech Green. HEX triplet: 11, D2 and 12. RGB value is (17,210,18). Sum of RGB (Red+Green+Blue) = 17+210+18=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 210 (82.42% from 255 or 85.71% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 210 - color contains mainly: green. Hex color #11D212 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D212 is #EE2DED. Grayscale: #828282. Windows color (decimal): -15609326 or 1233425. OLE color: 1233425.
HSL color Cylindrical-coordinate representation of color #11D212: hue angle of 120.31º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D212 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 210 | 18 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.18 |
| HSL | 120.31º | 0.85% | 0.45% | - |
| HSV(B) | 120.31º | 0.92% | 0.82% | - |
| XYZ | 23.39 | 46.26 | 8.27 | - |
| YUV | 130.41 | 64.56 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 210 | 18 | 0.92 | 0 | 0.91 | 0.18 | 120.31 | 0.85 | 0.45 |
| Hex | 11 | D2 | 12 | 5C | 0 | 5B | 12 | 78 | 55 | 2D |
| Octal | 21 | 322 | 22 | 134 | 0 | 133 | 22 | 170 | 125 | 55 |
| Binary | 10001 | 11010010 | 10010 | 1011100 | 0 | 1011011 | 10010 | 1111000 | 1010101 | 101101 |
Color Harmonies of #11D212
Complementary color
Monochromatic Colors of #11D212
Black with #11D212
Text Example
Text Example
White with #11D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D212; }
p { color: rgb(17,210,18); }
H1.HeaderClassName
{
color: #11D212;
}
.AnyTagClassName
{
color: #11D212;
}
</style>
background-color css
<style>
a { background-color: #11D212; }
a { background-color: rgb(17,210,18); }
div.DivClassName
{
background-color: #11D212;
}
.BgClassName
{
background-color: #11D212;
}
</style>
border-color css
<style>
span { border-color: #11D212; }
span { border-color: rgb(17,210,18); }
td.TdClassName
{
border-color: #11D212;
}
.TagClassName
{
border-color: #11D212;
}
</style>