Shades of Free Speech Green #13E111
Tints of Free Speech Green #13E111
RGB
CMYK
RGB Variations
Color information
#13E111 (or 0x13E111) is known color: Free Speech Green. HEX triplet: 13, E1 and 11. RGB value is (19,225,17). Sum of RGB (Red+Green+Blue) = 19+225+17=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 225 (88.28% from 255 or 86.21% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 225 - color contains mainly: green. Hex color #13E111 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E111 is #EC1EEE. Grayscale: #8C8C8C. Windows color (decimal): -15474415 or 1171731. OLE color: 1171731.
HSL color Cylindrical-coordinate representation of color #13E111: hue angle of 119.42º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E111 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 225 | 17 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.12 |
| HSL | 119.42º | 0.86% | 0.47% | - |
| HSV(B) | 119.42º | 0.92% | 0.88% | - |
| XYZ | 27.29 | 54.03 | 9.52 | - |
| YUV | 139.69 | 58.75 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 225 | 17 | 0.92 | 0 | 0.92 | 0.12 | 119.42 | 0.86 | 0.47 |
| Hex | 13 | E1 | 11 | 5C | 0 | 5C | C | 77 | 56 | 2F |
| Octal | 23 | 341 | 21 | 134 | 0 | 134 | 14 | 167 | 126 | 57 |
| Binary | 10011 | 11100001 | 10001 | 1011100 | 0 | 1011100 | 1100 | 1110111 | 1010110 | 101111 |
Color Harmonies of #13E111
Complementary color
Monochromatic Colors of #13E111
Black with #13E111
Text Example
Text Example
White with #13E111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E111; }
p { color: rgb(19,225,17); }
H1.HeaderClassName
{
color: #13E111;
}
.AnyTagClassName
{
color: #13E111;
}
</style>
background-color css
<style>
a { background-color: #13E111; }
a { background-color: rgb(19,225,17); }
div.DivClassName
{
background-color: #13E111;
}
.BgClassName
{
background-color: #13E111;
}
</style>
border-color css
<style>
span { border-color: #13E111; }
span { border-color: rgb(19,225,17); }
td.TdClassName
{
border-color: #13E111;
}
.TagClassName
{
border-color: #13E111;
}
</style>