Shades of Free Speech Green #11E900
Tints of Free Speech Green #11E900
RGB
CMYK
RGB Variations
Color information
#11E900 (or 0x11E900) is known color: Free Speech Green. HEX triplet: 11, E9 and 00. RGB value is (17,233,0). Sum of RGB (Red+Green+Blue) = 17+233+0=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 233 (91.41% from 255 or 93.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 233 - color contains mainly: green. Hex color #11E900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11E900 is #EE16FF. Grayscale: #8E8E8E. Windows color (decimal): -15603456 or 59665. OLE color: 59665.
HSL color Cylindrical-coordinate representation of color #11E900: hue angle of 115.62º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11E900 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 233 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.09 |
| HSL | 115.62º | 1% | 0.46% | - |
| HSV(B) | 115.62º | 1% | 0.91% | - |
| XYZ | 29.37 | 58.4 | 9.72 | - |
| YUV | 141.85 | 47.94 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 233 | 0 | 0.93 | 0 | 1 | 0.09 | 115.62 | 1 | 0.46 |
| Hex | 11 | E9 | 0 | 5D | 0 | 64 | 9 | 74 | 64 | 2E |
| Octal | 21 | 351 | 0 | 135 | 0 | 144 | 11 | 164 | 144 | 56 |
| Binary | 10001 | 11101001 | 0 | 1011101 | 0 | 1100100 | 1001 | 1110100 | 1100100 | 101110 |
Color Harmonies of #11E900
Complementary color
Monochromatic Colors of #11E900
Black with #11E900
Text Example
Text Example
White with #11E900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E900; }
p { color: rgb(17,233,0); }
H1.HeaderClassName
{
color: #11E900;
}
.AnyTagClassName
{
color: #11E900;
}
</style>
background-color css
<style>
a { background-color: #11E900; }
a { background-color: rgb(17,233,0); }
div.DivClassName
{
background-color: #11E900;
}
.BgClassName
{
background-color: #11E900;
}
</style>
border-color css
<style>
span { border-color: #11E900; }
span { border-color: rgb(17,233,0); }
td.TdClassName
{
border-color: #11E900;
}
.TagClassName
{
border-color: #11E900;
}
</style>