Shades of Free Speech Green #13E516
Tints of Free Speech Green #13E516
RGB
CMYK
RGB Variations
Color information
#13E516 (or 0x13E516) is known color: Free Speech Green. HEX triplet: 13, E5 and 16. RGB value is (19,229,22). Sum of RGB (Red+Green+Blue) = 19+229+22=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 229 (89.84% from 255 or 84.81% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 229 - color contains mainly: green. Hex color #13E516 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E516 is #EC1AE9. Grayscale: #8F8F8F. Windows color (decimal): -15473386 or 1500435. OLE color: 1500435.
HSL color Cylindrical-coordinate representation of color #13E516: hue angle of 120.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E516 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 229 | 22 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.10 |
| HSL | 120.86º | 0.85% | 0.49% | - |
| HSV(B) | 120.86º | 0.92% | 0.9% | - |
| XYZ | 28.43 | 56.24 | 10.11 | - |
| YUV | 142.61 | 59.93 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 229 | 22 | 0.92 | 0 | 0.90 | 0.10 | 120.86 | 0.85 | 0.49 |
| Hex | 13 | E5 | 16 | 5C | 0 | 5A | A | 79 | 55 | 31 |
| Octal | 23 | 345 | 26 | 134 | 0 | 132 | 12 | 171 | 125 | 61 |
| Binary | 10011 | 11100101 | 10110 | 1011100 | 0 | 1011010 | 1010 | 1111001 | 1010101 | 110001 |
Color Harmonies of #13E516
Complementary color
Monochromatic Colors of #13E516
Black with #13E516
Text Example
Text Example
White with #13E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E516; }
p { color: rgb(19,229,22); }
H1.HeaderClassName
{
color: #13E516;
}
.AnyTagClassName
{
color: #13E516;
}
</style>
background-color css
<style>
a { background-color: #13E516; }
a { background-color: rgb(19,229,22); }
div.DivClassName
{
background-color: #13E516;
}
.BgClassName
{
background-color: #13E516;
}
</style>
border-color css
<style>
span { border-color: #13E516; }
span { border-color: rgb(19,229,22); }
td.TdClassName
{
border-color: #13E516;
}
.TagClassName
{
border-color: #13E516;
}
</style>