Shades of Free Speech Green #11FF0D
Tints of Free Speech Green #11FF0D
RGB
CMYK
RGB Variations
Color information
#11FF0D (or 0x11FF0D) is known color: Free Speech Green. HEX triplet: 11, FF and 0D. RGB value is (17,255,13). Sum of RGB (Red+Green+Blue) = 17+255+13=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 255 (100% from 255 or 89.47% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 255 - color contains mainly: green. Hex color #11FF0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FF0D is #EE00F2. Grayscale: #9C9C9C. Windows color (decimal): -15597811 or 917265. OLE color: 917265.
HSL color Cylindrical-coordinate representation of color #11FF0D: hue angle of 119.01º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11FF0D is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 255 | 13 | - |
| CMYK | 0.93 | 0 | 0.95 | 0 |
| HSL | 119.01º | 1% | 0.53% | - |
| HSV(B) | 119.01º | 0.95% | 1% | - |
| XYZ | 36.06 | 71.67 | 12.31 | - |
| YUV | 156.25 | 47.15 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 255 | 13 | 0.93 | 0 | 0.95 | 0 | 119.01 | 1 | 0.53 |
| Hex | 11 | FF | D | 5D | 0 | 5F | 0 | 77 | 64 | 35 |
| Octal | 21 | 377 | 15 | 135 | 0 | 137 | 0 | 167 | 144 | 65 |
| Binary | 10001 | 11111111 | 1101 | 1011101 | 0 | 1011111 | 0 | 1110111 | 1100100 | 110101 |
Color Harmonies of #11FF0D
Complementary color
Monochromatic Colors of #11FF0D
Black with #11FF0D
Text Example
Text Example
White with #11FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11FF0D; }
p { color: rgb(17,255,13); }
H1.HeaderClassName
{
color: #11FF0D;
}
.AnyTagClassName
{
color: #11FF0D;
}
</style>
background-color css
<style>
a { background-color: #11FF0D; }
a { background-color: rgb(17,255,13); }
div.DivClassName
{
background-color: #11FF0D;
}
.BgClassName
{
background-color: #11FF0D;
}
</style>
border-color css
<style>
span { border-color: #11FF0D; }
span { border-color: rgb(17,255,13); }
td.TdClassName
{
border-color: #11FF0D;
}
.TagClassName
{
border-color: #11FF0D;
}
</style>