Shades of Free Speech Green #11FF08
Tints of Free Speech Green #11FF08
RGB
CMYK
RGB Variations
Color information
#11FF08 (or 0x11FF08) is known color: Free Speech Green. HEX triplet: 11, FF and 08. RGB value is (17,255,8). Sum of RGB (Red+Green+Blue) = 17+255+8=280 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.07% from 280); Green value is 255 (100% from 255 or 91.07% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FF08 is #EE00F7. Grayscale: #9C9C9C. Windows color (decimal): -15597816 or 589585. OLE color: 589585.
HSL color Cylindrical-coordinate representation of color #11FF08: hue angle of 117.81º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11FF08 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 8 | - |
| CMYK | 0.93 | 0 | 0.97 | 0 |
| HSL | 117.81º | 1% | 0.52% | - |
| HSV(B) | 117.81º | 0.97% | 1% | - |
| XYZ | 36.04 | 71.66 | 12.16 | - |
| YUV | 155.68 | 44.65 | 29.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 8 | 0.93 | 0 | 0.97 | 0 | 117.81 | 1 | 0.52 |
| Hex | 11 | FF | 8 | 5D | 0 | 61 | 0 | 76 | 64 | 34 |
| Octal | 21 | 377 | 10 | 135 | 0 | 141 | 0 | 166 | 144 | 64 |
| Binary | 10001 | 11111111 | 1000 | 1011101 | 0 | 1100001 | 0 | 1110110 | 1100100 | 110100 |
Color Harmonies of #11FF08
Complementary color
Monochromatic Colors of #11FF08
Black with #11FF08
Text Example
Text Example
White with #11FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF08; }
p { color: rgb(17,255,8); }
H1.HeaderClassName
{
color: #11FF08;
}
.AnyTagClassName
{
color: #11FF08;
}
</style>
background-color css
<style>
a { background-color: #11FF08; }
a { background-color: rgb(17,255,8); }
div.DivClassName
{
background-color: #11FF08;
}
.BgClassName
{
background-color: #11FF08;
}
</style>
border-color css
<style>
span { border-color: #11FF08; }
span { border-color: rgb(17,255,8); }
td.TdClassName
{
border-color: #11FF08;
}
.TagClassName
{
border-color: #11FF08;
}
</style>