Shades of Free Speech Green #11DB1A
Tints of Free Speech Green #11DB1A
RGB
CMYK
RGB Variations
Color information
#11DB1A (or 0x11DB1A) is known color: Free Speech Green. HEX triplet: 11, DB and 1A. RGB value is (17,219,26). Sum of RGB (Red+Green+Blue) = 17+219+26=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 219 (85.94% from 255 or 83.59% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DB1A is #EE24E5. Grayscale: #898989. Windows color (decimal): -15607014 or 1760017. OLE color: 1760017.
HSL color Cylindrical-coordinate representation of color #11DB1A: hue angle of 122.67º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DB1A is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 26 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.14 |
| HSL | 122.67º | 0.86% | 0.46% | - |
| HSV(B) | 122.67º | 0.92% | 0.86% | - |
| XYZ | 25.75 | 50.86 | 9.44 | - |
| YUV | 136.6 | 65.58 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 26 | 0.92 | 0 | 0.88 | 0.14 | 122.67 | 0.86 | 0.46 |
| Hex | 11 | DB | 1A | 5C | 0 | 58 | E | 7B | 56 | 2E |
| Octal | 21 | 333 | 32 | 134 | 0 | 130 | 16 | 173 | 126 | 56 |
| Binary | 10001 | 11011011 | 11010 | 1011100 | 0 | 1011000 | 1110 | 1111011 | 1010110 | 101110 |
Color Harmonies of #11DB1A
Complementary color
Monochromatic Colors of #11DB1A
Black with #11DB1A
Text Example
Text Example
White with #11DB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB1A; }
p { color: rgb(17,219,26); }
H1.HeaderClassName
{
color: #11DB1A;
}
.AnyTagClassName
{
color: #11DB1A;
}
</style>
background-color css
<style>
a { background-color: #11DB1A; }
a { background-color: rgb(17,219,26); }
div.DivClassName
{
background-color: #11DB1A;
}
.BgClassName
{
background-color: #11DB1A;
}
</style>
border-color css
<style>
span { border-color: #11DB1A; }
span { border-color: rgb(17,219,26); }
td.TdClassName
{
border-color: #11DB1A;
}
.TagClassName
{
border-color: #11DB1A;
}
</style>