Shades of Free Speech Green #11EA1D
Tints of Free Speech Green #11EA1D
RGB
CMYK
RGB Variations
Color information
#11EA1D (or 0x11EA1D) is known color: Free Speech Green. HEX triplet: 11, EA and 1D. RGB value is (17,234,29). Sum of RGB (Red+Green+Blue) = 17+234+29=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 234 (91.80% from 255 or 83.57% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 234 - color contains mainly: green. Hex color #11EA1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11EA1D is #EE15E2. Grayscale: #929292. Windows color (decimal): -15603171 or 1960465. OLE color: 1960465.
HSL color Cylindrical-coordinate representation of color #11EA1D: hue angle of 123.32º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EA1D is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 234 | 29 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.08 |
| HSL | 123.32º | 0.86% | 0.49% | - |
| HSV(B) | 123.32º | 0.93% | 0.92% | - |
| XYZ | 29.88 | 59.05 | 10.99 | - |
| YUV | 145.75 | 62.11 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 234 | 29 | 0.93 | 0 | 0.88 | 0.08 | 123.32 | 0.86 | 0.49 |
| Hex | 11 | EA | 1D | 5D | 0 | 58 | 8 | 7B | 56 | 31 |
| Octal | 21 | 352 | 35 | 135 | 0 | 130 | 10 | 173 | 126 | 61 |
| Binary | 10001 | 11101010 | 11101 | 1011101 | 0 | 1011000 | 1000 | 1111011 | 1010110 | 110001 |
Color Harmonies of #11EA1D
Complementary color
Monochromatic Colors of #11EA1D
Black with #11EA1D
Text Example
Text Example
White with #11EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11EA1D; }
p { color: rgb(17,234,29); }
H1.HeaderClassName
{
color: #11EA1D;
}
.AnyTagClassName
{
color: #11EA1D;
}
</style>
background-color css
<style>
a { background-color: #11EA1D; }
a { background-color: rgb(17,234,29); }
div.DivClassName
{
background-color: #11EA1D;
}
.BgClassName
{
background-color: #11EA1D;
}
</style>
border-color css
<style>
span { border-color: #11EA1D; }
span { border-color: rgb(17,234,29); }
td.TdClassName
{
border-color: #11EA1D;
}
.TagClassName
{
border-color: #11EA1D;
}
</style>