Shades of Free Speech Green #11F219
Tints of Free Speech Green #11F219
RGB
CMYK
RGB Variations
Color information
#11F219 (or 0x11F219) is known color: Free Speech Green. HEX triplet: 11, F2 and 19. RGB value is (17,242,25). Sum of RGB (Red+Green+Blue) = 17+242+25=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 242 (94.92% from 255 or 85.21% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 242 - color contains mainly: green. Hex color #11F219 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11F219 is #EE0DE6. Grayscale: #969696. Windows color (decimal): -15601127 or 1700369. OLE color: 1700369.
HSL color Cylindrical-coordinate representation of color #11F219: hue angle of 122.13º 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 #11F219 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 242 | 25 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.05 |
| HSL | 122.13º | 0.9% | 0.51% | - |
| HSV(B) | 122.13º | 0.93% | 0.95% | - |
| XYZ | 32.16 | 63.69 | 11.52 | - |
| YUV | 149.99 | 57.46 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 242 | 25 | 0.93 | 0 | 0.90 | 0.05 | 122.13 | 0.9 | 0.51 |
| Hex | 11 | F2 | 19 | 5D | 0 | 5A | 5 | 7A | 5A | 33 |
| Octal | 21 | 362 | 31 | 135 | 0 | 132 | 5 | 172 | 132 | 63 |
| Binary | 10001 | 11110010 | 11001 | 1011101 | 0 | 1011010 | 101 | 1111010 | 1011010 | 110011 |
Color Harmonies of #11F219
Complementary color
Monochromatic Colors of #11F219
Black with #11F219
Text Example
Text Example
White with #11F219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F219; }
p { color: rgb(17,242,25); }
H1.HeaderClassName
{
color: #11F219;
}
.AnyTagClassName
{
color: #11F219;
}
</style>
background-color css
<style>
a { background-color: #11F219; }
a { background-color: rgb(17,242,25); }
div.DivClassName
{
background-color: #11F219;
}
.BgClassName
{
background-color: #11F219;
}
</style>
border-color css
<style>
span { border-color: #11F219; }
span { border-color: rgb(17,242,25); }
td.TdClassName
{
border-color: #11F219;
}
.TagClassName
{
border-color: #11F219;
}
</style>