Shades of Free Speech Green #11FA19
Tints of Free Speech Green #11FA19
RGB
CMYK
RGB Variations
Color information
#11FA19 (or 0x11FA19) is known color: Free Speech Green. HEX triplet: 11, FA and 19. RGB value is (17,250,25). Sum of RGB (Red+Green+Blue) = 17+250+25=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 250 (98.05% from 255 or 85.62% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FA19 is #EE05E6. Grayscale: #9B9B9B. Windows color (decimal): -15599079 or 1702417. OLE color: 1702417.
HSL color Cylindrical-coordinate representation of color #11FA19: hue angle of 122.06º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FA19 is Cyan = 0.93, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 25 | - |
| CMYK | 0.93 | 0 | 0.9 | 0.02 |
| HSL | 122.06º | 0.96% | 0.52% | - |
| HSV(B) | 122.06º | 0.93% | 0.98% | - |
| XYZ | 34.59 | 68.56 | 12.33 | - |
| YUV | 154.68 | 54.81 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 25 | 0.93 | 0 | 0.9 | 0.02 | 122.06 | 0.96 | 0.52 |
| Hex | 11 | FA | 19 | 5D | 0 | 5A | 2 | 7A | 60 | 34 |
| Octal | 21 | 372 | 31 | 135 | 0 | 132 | 2 | 172 | 140 | 64 |
| Binary | 10001 | 11111010 | 11001 | 1011101 | 0 | 1011010 | 10 | 1111010 | 1100000 | 110100 |
Color Harmonies of #11FA19
Complementary color
Monochromatic Colors of #11FA19
Black with #11FA19
Text Example
Text Example
White with #11FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FA19; }
p { color: rgb(17,250,25); }
H1.HeaderClassName
{
color: #11FA19;
}
.AnyTagClassName
{
color: #11FA19;
}
</style>
background-color css
<style>
a { background-color: #11FA19; }
a { background-color: rgb(17,250,25); }
div.DivClassName
{
background-color: #11FA19;
}
.BgClassName
{
background-color: #11FA19;
}
</style>
border-color css
<style>
span { border-color: #11FA19; }
span { border-color: rgb(17,250,25); }
td.TdClassName
{
border-color: #11FA19;
}
.TagClassName
{
border-color: #11FA19;
}
</style>