Shades of Free Speech Green #13E512
Tints of Free Speech Green #13E512
RGB
CMYK
RGB Variations
Color information
#13E512 (or 0x13E512) is known color: Free Speech Green. HEX triplet: 13, E5 and 12. RGB value is (19,229,18). Sum of RGB (Red+Green+Blue) = 19+229+18=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 229 (89.84% from 255 or 86.09% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 229 - color contains mainly: green. Hex color #13E512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13E512 is #EC1AED. Grayscale: #8E8E8E. Windows color (decimal): -15473390 or 1238291. OLE color: 1238291.
HSL color Cylindrical-coordinate representation of color #13E512: hue angle of 119.72º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E512 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 229 | 18 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.10 |
| HSL | 119.72º | 0.85% | 0.48% | - |
| HSV(B) | 119.72º | 0.92% | 0.9% | - |
| XYZ | 28.4 | 56.22 | 9.93 | - |
| YUV | 142.16 | 57.93 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 229 | 18 | 0.92 | 0 | 0.92 | 0.10 | 119.72 | 0.85 | 0.48 |
| Hex | 13 | E5 | 12 | 5C | 0 | 5C | A | 78 | 55 | 30 |
| Octal | 23 | 345 | 22 | 134 | 0 | 134 | 12 | 170 | 125 | 60 |
| Binary | 10011 | 11100101 | 10010 | 1011100 | 0 | 1011100 | 1010 | 1111000 | 1010101 | 110000 |
Color Harmonies of #13E512
Complementary color
Monochromatic Colors of #13E512
Black with #13E512
Text Example
Text Example
White with #13E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E512; }
p { color: rgb(19,229,18); }
H1.HeaderClassName
{
color: #13E512;
}
.AnyTagClassName
{
color: #13E512;
}
</style>
background-color css
<style>
a { background-color: #13E512; }
a { background-color: rgb(19,229,18); }
div.DivClassName
{
background-color: #13E512;
}
.BgClassName
{
background-color: #13E512;
}
</style>
border-color css
<style>
span { border-color: #13E512; }
span { border-color: rgb(19,229,18); }
td.TdClassName
{
border-color: #13E512;
}
.TagClassName
{
border-color: #13E512;
}
</style>