Shades of Free Speech Green #11FE0F
Tints of Free Speech Green #11FE0F
RGB
CMYK
RGB Variations
Color information
#11FE0F (or 0x11FE0F) is known color: Free Speech Green. HEX triplet: 11, FE and 0F. RGB value is (17,254,15). Sum of RGB (Red+Green+Blue) = 17+254+15=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 254 (99.61% from 255 or 88.81% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 254 - color contains mainly: green. Hex color #11FE0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FE0F is #EE01F0. Grayscale: #9C9C9C. Windows color (decimal): -15598065 or 1048081. OLE color: 1048081.
HSL color Cylindrical-coordinate representation of color #11FE0F: hue angle of 119.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11FE0F is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 15 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.00 |
| HSL | 119.5º | 0.99% | 0.53% | - |
| HSV(B) | 119.5º | 0.94% | 1% | - |
| XYZ | 35.76 | 71.04 | 12.28 | - |
| YUV | 155.89 | 48.48 | 28.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 15 | 0.93 | 0 | 0.94 | 0.00 | 119.5 | 0.99 | 0.53 |
| Hex | 11 | FE | F | 5D | 0 | 5E | 0 | 77 | 63 | 35 |
| Octal | 21 | 376 | 17 | 135 | 0 | 136 | 0 | 167 | 143 | 65 |
| Binary | 10001 | 11111110 | 1111 | 1011101 | 0 | 1011110 | 0 | 1110111 | 1100011 | 110101 |
Color Harmonies of #11FE0F
Complementary color
Monochromatic Colors of #11FE0F
Black with #11FE0F
Text Example
Text Example
White with #11FE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FE0F; }
p { color: rgb(17,254,15); }
H1.HeaderClassName
{
color: #11FE0F;
}
.AnyTagClassName
{
color: #11FE0F;
}
</style>
background-color css
<style>
a { background-color: #11FE0F; }
a { background-color: rgb(17,254,15); }
div.DivClassName
{
background-color: #11FE0F;
}
.BgClassName
{
background-color: #11FE0F;
}
</style>
border-color css
<style>
span { border-color: #11FE0F; }
span { border-color: rgb(17,254,15); }
td.TdClassName
{
border-color: #11FE0F;
}
.TagClassName
{
border-color: #11FE0F;
}
</style>