Shades of Free Speech Green #11FA09
Tints of Free Speech Green #11FA09
RGB
CMYK
RGB Variations
Color information
#11FA09 (or 0x11FA09) is known color: Free Speech Green. HEX triplet: 11, FA and 09. RGB value is (17,250,9). Sum of RGB (Red+Green+Blue) = 17+250+9=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 250 (98.05% from 255 or 90.58% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FA09 is #EE05F6. Grayscale: #999999. Windows color (decimal): -15599095 or 653841. OLE color: 653841.
HSL color Cylindrical-coordinate representation of color #11FA09: hue angle of 118.01º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11FA09 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 250 | 9 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.02 |
| HSL | 118.01º | 0.96% | 0.51% | - |
| HSV(B) | 118.01º | 0.96% | 0.98% | - |
| XYZ | 34.47 | 68.51 | 11.67 | - |
| YUV | 152.86 | 46.81 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 250 | 9 | 0.93 | 0 | 0.96 | 0.02 | 118.01 | 0.96 | 0.51 |
| Hex | 11 | FA | 9 | 5D | 0 | 60 | 2 | 76 | 60 | 33 |
| Octal | 21 | 372 | 11 | 135 | 0 | 140 | 2 | 166 | 140 | 63 |
| Binary | 10001 | 11111010 | 1001 | 1011101 | 0 | 1100000 | 10 | 1110110 | 1100000 | 110011 |
Color Harmonies of #11FA09
Complementary color
Monochromatic Colors of #11FA09
Black with #11FA09
Text Example
Text Example
White with #11FA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FA09; }
p { color: rgb(17,250,9); }
H1.HeaderClassName
{
color: #11FA09;
}
.AnyTagClassName
{
color: #11FA09;
}
</style>
background-color css
<style>
a { background-color: #11FA09; }
a { background-color: rgb(17,250,9); }
div.DivClassName
{
background-color: #11FA09;
}
.BgClassName
{
background-color: #11FA09;
}
</style>
border-color css
<style>
span { border-color: #11FA09; }
span { border-color: rgb(17,250,9); }
td.TdClassName
{
border-color: #11FA09;
}
.TagClassName
{
border-color: #11FA09;
}
</style>