Shades of Free Speech Green #11FF17
Tints of Free Speech Green #11FF17
RGB
CMYK
RGB Variations
Color information
#11FF17 (or 0x11FF17) is known color: Free Speech Green. HEX triplet: 11, FF and 17. RGB value is (17,255,23). Sum of RGB (Red+Green+Blue) = 17+255+23=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 255 (100% from 255 or 86.44% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FF17 is #EE00E8. Grayscale: #9E9E9E. Windows color (decimal): -15597801 or 1572625. OLE color: 1572625.
HSL color Cylindrical-coordinate representation of color #11FF17: hue angle of 121.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FF17 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 23 | - |
| CMYK | 0.93 | 0 | 0.91 | 0 |
| HSL | 121.51º | 1% | 0.53% | - |
| HSV(B) | 121.51º | 0.93% | 1% | - |
| XYZ | 36.15 | 71.7 | 12.75 | - |
| YUV | 157.39 | 52.15 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 23 | 0.93 | 0 | 0.91 | 0 | 121.51 | 1 | 0.53 |
| Hex | 11 | FF | 17 | 5D | 0 | 5B | 0 | 7A | 64 | 35 |
| Octal | 21 | 377 | 27 | 135 | 0 | 133 | 0 | 172 | 144 | 65 |
| Binary | 10001 | 11111111 | 10111 | 1011101 | 0 | 1011011 | 0 | 1111010 | 1100100 | 110101 |
Color Harmonies of #11FF17
Complementary color
Monochromatic Colors of #11FF17
Black with #11FF17
Text Example
Text Example
White with #11FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF17; }
p { color: rgb(17,255,23); }
H1.HeaderClassName
{
color: #11FF17;
}
.AnyTagClassName
{
color: #11FF17;
}
</style>
background-color css
<style>
a { background-color: #11FF17; }
a { background-color: rgb(17,255,23); }
div.DivClassName
{
background-color: #11FF17;
}
.BgClassName
{
background-color: #11FF17;
}
</style>
border-color css
<style>
span { border-color: #11FF17; }
span { border-color: rgb(17,255,23); }
td.TdClassName
{
border-color: #11FF17;
}
.TagClassName
{
border-color: #11FF17;
}
</style>