Shades of Free Speech Green #11F12C
Tints of Free Speech Green #11F12C
RGB
CMYK
RGB Variations
Color information
#11F12C (or 0x11F12C) is known color: Free Speech Green. HEX triplet: 11, F1 and 2C. RGB value is (17,241,44). Sum of RGB (Red+Green+Blue) = 17+241+44=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 241 (94.53% from 255 or 79.80% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 241 - color contains mainly: green. Hex color #11F12C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #11F12C is #EE0ED3. Grayscale: #989898. Windows color (decimal): -15601364 or 2945297. OLE color: 2945297.
HSL color Cylindrical-coordinate representation of color #11F12C: hue angle of 127.23º 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 #11F12C is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 241 | 44 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.05 |
| HSL | 127.23º | 0.89% | 0.51% | - |
| HSV(B) | 127.23º | 0.93% | 0.95% | - |
| XYZ | 32.14 | 63.21 | 12.89 | - |
| YUV | 151.57 | 67.29 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 241 | 44 | 0.93 | 0 | 0.82 | 0.05 | 127.23 | 0.89 | 0.51 |
| Hex | 11 | F1 | 2C | 5D | 0 | 52 | 5 | 7F | 59 | 33 |
| Octal | 21 | 361 | 54 | 135 | 0 | 122 | 5 | 177 | 131 | 63 |
| Binary | 10001 | 11110001 | 101100 | 1011101 | 0 | 1010010 | 101 | 1111111 | 1011001 | 110011 |
Color Harmonies of #11F12C
Complementary color
Monochromatic Colors of #11F12C
Black with #11F12C
Text Example
Text Example
White with #11F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F12C; }
p { color: rgb(17,241,44); }
H1.HeaderClassName
{
color: #11F12C;
}
.AnyTagClassName
{
color: #11F12C;
}
</style>
background-color css
<style>
a { background-color: #11F12C; }
a { background-color: rgb(17,241,44); }
div.DivClassName
{
background-color: #11F12C;
}
.BgClassName
{
background-color: #11F12C;
}
</style>
border-color css
<style>
span { border-color: #11F12C; }
span { border-color: rgb(17,241,44); }
td.TdClassName
{
border-color: #11F12C;
}
.TagClassName
{
border-color: #11F12C;
}
</style>