Shades of Free Speech Green #11F124
Tints of Free Speech Green #11F124
RGB
CMYK
RGB Variations
Color information
#11F124 (or 0x11F124) is known color: Free Speech Green. HEX triplet: 11, F1 and 24. RGB value is (17,241,36). Sum of RGB (Red+Green+Blue) = 17+241+36=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 241 (94.53% from 255 or 81.97% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 241 - color contains mainly: green. Hex color #11F124 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F124 is #EE0EDB. Grayscale: #979797. Windows color (decimal): -15601372 or 2421009. OLE color: 2421009.
HSL color Cylindrical-coordinate representation of color #11F124: hue angle of 125.09º degrees, saturation: 0.89, 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 #11F124 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 241 | 36 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.05 |
| HSL | 125.09º | 0.89% | 0.51% | - |
| HSV(B) | 125.09º | 0.93% | 0.95% | - |
| XYZ | 32 | 63.16 | 12.17 | - |
| YUV | 150.65 | 63.29 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 241 | 36 | 0.93 | 0 | 0.85 | 0.05 | 125.09 | 0.89 | 0.51 |
| Hex | 11 | F1 | 24 | 5D | 0 | 55 | 5 | 7D | 59 | 33 |
| Octal | 21 | 361 | 44 | 135 | 0 | 125 | 5 | 175 | 131 | 63 |
| Binary | 10001 | 11110001 | 100100 | 1011101 | 0 | 1010101 | 101 | 1111101 | 1011001 | 110011 |
Color Harmonies of #11F124
Complementary color
Monochromatic Colors of #11F124
Black with #11F124
Text Example
Text Example
White with #11F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F124; }
p { color: rgb(17,241,36); }
H1.HeaderClassName
{
color: #11F124;
}
.AnyTagClassName
{
color: #11F124;
}
</style>
background-color css
<style>
a { background-color: #11F124; }
a { background-color: rgb(17,241,36); }
div.DivClassName
{
background-color: #11F124;
}
.BgClassName
{
background-color: #11F124;
}
</style>
border-color css
<style>
span { border-color: #11F124; }
span { border-color: rgb(17,241,36); }
td.TdClassName
{
border-color: #11F124;
}
.TagClassName
{
border-color: #11F124;
}
</style>