Shades of Free Speech Green #11F017
Tints of Free Speech Green #11F017
RGB
CMYK
RGB Variations
Color information
#11F017 (or 0x11F017) is known color: Free Speech Green. HEX triplet: 11, F0 and 17. RGB value is (17,240,23). Sum of RGB (Red+Green+Blue) = 17+240+23=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 240 (94.14% from 255 or 85.71% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 240 - color contains mainly: green. Hex color #11F017 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F017 is #EE0FE8. Grayscale: #959595. Windows color (decimal): -15601641 or 1568785. OLE color: 1568785.
HSL color Cylindrical-coordinate representation of color #11F017: hue angle of 121.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F017 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 240 | 23 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.06 |
| HSL | 121.61º | 0.88% | 0.5% | - |
| HSV(B) | 121.61º | 0.93% | 0.94% | - |
| XYZ | 31.55 | 62.5 | 11.21 | - |
| YUV | 148.59 | 57.12 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 240 | 23 | 0.93 | 0 | 0.90 | 0.06 | 121.61 | 0.88 | 0.5 |
| Hex | 11 | F0 | 17 | 5D | 0 | 5A | 6 | 7A | 58 | 32 |
| Octal | 21 | 360 | 27 | 135 | 0 | 132 | 6 | 172 | 130 | 62 |
| Binary | 10001 | 11110000 | 10111 | 1011101 | 0 | 1011010 | 110 | 1111010 | 1011000 | 110010 |
Color Harmonies of #11F017
Complementary color
Monochromatic Colors of #11F017
Black with #11F017
Text Example
Text Example
White with #11F017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F017; }
p { color: rgb(17,240,23); }
H1.HeaderClassName
{
color: #11F017;
}
.AnyTagClassName
{
color: #11F017;
}
</style>
background-color css
<style>
a { background-color: #11F017; }
a { background-color: rgb(17,240,23); }
div.DivClassName
{
background-color: #11F017;
}
.BgClassName
{
background-color: #11F017;
}
</style>
border-color css
<style>
span { border-color: #11F017; }
span { border-color: rgb(17,240,23); }
td.TdClassName
{
border-color: #11F017;
}
.TagClassName
{
border-color: #11F017;
}
</style>