Shades of Free Speech Green #11FE08
Tints of Free Speech Green #11FE08
RGB
CMYK
RGB Variations
Color information
#11FE08 (or 0x11FE08) is known color: Free Speech Green. HEX triplet: 11, FE and 08. RGB value is (17,254,8). Sum of RGB (Red+Green+Blue) = 17+254+8=279 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.09% from 279); Green value is 254 (99.61% from 255 or 91.04% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 254 - color contains mainly: green. Hex color #11FE08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FE08 is #EE01F7. Grayscale: #9B9B9B. Windows color (decimal): -15598072 or 589329. OLE color: 589329.
HSL color Cylindrical-coordinate representation of color #11FE08: hue angle of 117.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11FE08 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 254 | 8 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.00 |
| HSL | 117.8º | 0.99% | 0.51% | - |
| HSV(B) | 117.8º | 0.97% | 1% | - |
| XYZ | 35.72 | 71.02 | 12.06 | - |
| YUV | 155.09 | 44.98 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 254 | 8 | 0.93 | 0 | 0.97 | 0.00 | 117.8 | 0.99 | 0.51 |
| Hex | 11 | FE | 8 | 5D | 0 | 61 | 0 | 76 | 63 | 33 |
| Octal | 21 | 376 | 10 | 135 | 0 | 141 | 0 | 166 | 143 | 63 |
| Binary | 10001 | 11111110 | 1000 | 1011101 | 0 | 1100001 | 0 | 1110110 | 1100011 | 110011 |
Color Harmonies of #11FE08
Complementary color
Monochromatic Colors of #11FE08
Black with #11FE08
Text Example
Text Example
White with #11FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FE08; }
p { color: rgb(17,254,8); }
H1.HeaderClassName
{
color: #11FE08;
}
.AnyTagClassName
{
color: #11FE08;
}
</style>
background-color css
<style>
a { background-color: #11FE08; }
a { background-color: rgb(17,254,8); }
div.DivClassName
{
background-color: #11FE08;
}
.BgClassName
{
background-color: #11FE08;
}
</style>
border-color css
<style>
span { border-color: #11FE08; }
span { border-color: rgb(17,254,8); }
td.TdClassName
{
border-color: #11FE08;
}
.TagClassName
{
border-color: #11FE08;
}
</style>