Shades of Free Speech Green #19E313
Tints of Free Speech Green #19E313
RGB
CMYK
RGB Variations
Color information
#19E313 (or 0x19E313) is known color: Free Speech Green. HEX triplet: 19, E3 and 13. RGB value is (25,227,19). Sum of RGB (Red+Green+Blue) = 25+227+19=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 227 (89.06% from 255 or 83.76% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 227 - color contains mainly: green. Hex color #19E313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19E313 is #E61CEC. Grayscale: #8F8F8F. Windows color (decimal): -15080685 or 1303321. OLE color: 1303321.
HSL color Cylindrical-coordinate representation of color #19E313: hue angle of 118.27º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19E313 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 227 | 19 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.11 |
| HSL | 118.27º | 0.85% | 0.48% | - |
| HSV(B) | 118.27º | 0.92% | 0.89% | - |
| XYZ | 27.99 | 55.19 | 9.79 | - |
| YUV | 142.89 | 58.08 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 227 | 19 | 0.89 | 0 | 0.92 | 0.11 | 118.27 | 0.85 | 0.48 |
| Hex | 19 | E3 | 13 | 59 | 0 | 5C | B | 76 | 55 | 30 |
| Octal | 31 | 343 | 23 | 131 | 0 | 134 | 13 | 166 | 125 | 60 |
| Binary | 11001 | 11100011 | 10011 | 1011001 | 0 | 1011100 | 1011 | 1110110 | 1010101 | 110000 |
Color Harmonies of #19E313
Complementary color
Monochromatic Colors of #19E313
Black with #19E313
Text Example
Text Example
White with #19E313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E313; }
p { color: rgb(25,227,19); }
H1.HeaderClassName
{
color: #19E313;
}
.AnyTagClassName
{
color: #19E313;
}
</style>
background-color css
<style>
a { background-color: #19E313; }
a { background-color: rgb(25,227,19); }
div.DivClassName
{
background-color: #19E313;
}
.BgClassName
{
background-color: #19E313;
}
</style>
border-color css
<style>
span { border-color: #19E313; }
span { border-color: rgb(25,227,19); }
td.TdClassName
{
border-color: #19E313;
}
.TagClassName
{
border-color: #19E313;
}
</style>