Shades of Free Speech Green #11F217
Tints of Free Speech Green #11F217
RGB
CMYK
RGB Variations
Color information
#11F217 (or 0x11F217) is known color: Free Speech Green. HEX triplet: 11, F2 and 17. RGB value is (17,242,23). Sum of RGB (Red+Green+Blue) = 17+242+23=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 242 (94.92% from 255 or 85.82% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 242 - color contains mainly: green. Hex color #11F217 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F217 is #EE0DE8. Grayscale: #969696. Windows color (decimal): -15601129 or 1569297. OLE color: 1569297.
HSL color Cylindrical-coordinate representation of color #11F217: hue angle of 121.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F217 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 242 | 23 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.05 |
| HSL | 121.6º | 0.9% | 0.51% | - |
| HSV(B) | 121.6º | 0.93% | 0.95% | - |
| XYZ | 32.14 | 63.69 | 11.41 | - |
| YUV | 149.76 | 56.46 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 242 | 23 | 0.93 | 0 | 0.90 | 0.05 | 121.6 | 0.9 | 0.51 |
| Hex | 11 | F2 | 17 | 5D | 0 | 5A | 5 | 7A | 5A | 33 |
| Octal | 21 | 362 | 27 | 135 | 0 | 132 | 5 | 172 | 132 | 63 |
| Binary | 10001 | 11110010 | 10111 | 1011101 | 0 | 1011010 | 101 | 1111010 | 1011010 | 110011 |
Color Harmonies of #11F217
Complementary color
Monochromatic Colors of #11F217
Black with #11F217
Text Example
Text Example
White with #11F217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F217; }
p { color: rgb(17,242,23); }
H1.HeaderClassName
{
color: #11F217;
}
.AnyTagClassName
{
color: #11F217;
}
</style>
background-color css
<style>
a { background-color: #11F217; }
a { background-color: rgb(17,242,23); }
div.DivClassName
{
background-color: #11F217;
}
.BgClassName
{
background-color: #11F217;
}
</style>
border-color css
<style>
span { border-color: #11F217; }
span { border-color: rgb(17,242,23); }
td.TdClassName
{
border-color: #11F217;
}
.TagClassName
{
border-color: #11F217;
}
</style>