Shades of Free Speech Green #11DF12
Tints of Free Speech Green #11DF12
RGB
CMYK
RGB Variations
Color information
#11DF12 (or 0x11DF12) is known color: Free Speech Green. HEX triplet: 11, DF and 12. RGB value is (17,223,18). Sum of RGB (Red+Green+Blue) = 17+223+18=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 223 (87.5% from 255 or 86.43% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 223 - color contains mainly: green. Hex color #11DF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11DF12 is #EE20ED. Grayscale: #8A8A8A. Windows color (decimal): -15605998 or 1236753. OLE color: 1236753.
HSL color Cylindrical-coordinate representation of color #11DF12: hue angle of 120.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DF12 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 18 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.13 |
| HSL | 120.29º | 0.86% | 0.47% | - |
| HSV(B) | 120.29º | 0.92% | 0.87% | - |
| XYZ | 26.73 | 52.94 | 9.38 | - |
| YUV | 138.04 | 60.25 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 18 | 0.92 | 0 | 0.92 | 0.13 | 120.29 | 0.86 | 0.47 |
| Hex | 11 | DF | 12 | 5C | 0 | 5C | D | 78 | 56 | 2F |
| Octal | 21 | 337 | 22 | 134 | 0 | 134 | 15 | 170 | 126 | 57 |
| Binary | 10001 | 11011111 | 10010 | 1011100 | 0 | 1011100 | 1101 | 1111000 | 1010110 | 101111 |
Color Harmonies of #11DF12
Complementary color
Monochromatic Colors of #11DF12
Black with #11DF12
Text Example
Text Example
White with #11DF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DF12; }
p { color: rgb(17,223,18); }
H1.HeaderClassName
{
color: #11DF12;
}
.AnyTagClassName
{
color: #11DF12;
}
</style>
background-color css
<style>
a { background-color: #11DF12; }
a { background-color: rgb(17,223,18); }
div.DivClassName
{
background-color: #11DF12;
}
.BgClassName
{
background-color: #11DF12;
}
</style>
border-color css
<style>
span { border-color: #11DF12; }
span { border-color: rgb(17,223,18); }
td.TdClassName
{
border-color: #11DF12;
}
.TagClassName
{
border-color: #11DF12;
}
</style>