Shades of Free Speech Green #19E521
Tints of Free Speech Green #19E521
RGB
CMYK
RGB Variations
Color information
#19E521 (or 0x19E521) is known color: Free Speech Green. HEX triplet: 19, E5 and 21. RGB value is (25,229,33). Sum of RGB (Red+Green+Blue) = 25+229+33=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 229 (89.84% from 255 or 79.79% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 229 - color contains mainly: green. Hex color #19E521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19E521 is #E61ADE. Grayscale: #929292. Windows color (decimal): -15080159 or 2221337. OLE color: 2221337.
HSL color Cylindrical-coordinate representation of color #19E521: hue angle of 122.35º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E521 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 229 | 33 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.10 |
| HSL | 122.35º | 0.8% | 0.5% | - |
| HSV(B) | 122.35º | 0.89% | 0.9% | - |
| XYZ | 28.69 | 56.36 | 10.8 | - |
| YUV | 145.66 | 64.41 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 229 | 33 | 0.89 | 0 | 0.86 | 0.10 | 122.35 | 0.8 | 0.5 |
| Hex | 19 | E5 | 21 | 59 | 0 | 56 | A | 7A | 50 | 32 |
| Octal | 31 | 345 | 41 | 131 | 0 | 126 | 12 | 172 | 120 | 62 |
| Binary | 11001 | 11100101 | 100001 | 1011001 | 0 | 1010110 | 1010 | 1111010 | 1010000 | 110010 |
Color Harmonies of #19E521
Complementary color
Monochromatic Colors of #19E521
Black with #19E521
Text Example
Text Example
White with #19E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E521; }
p { color: rgb(25,229,33); }
H1.HeaderClassName
{
color: #19E521;
}
.AnyTagClassName
{
color: #19E521;
}
</style>
background-color css
<style>
a { background-color: #19E521; }
a { background-color: rgb(25,229,33); }
div.DivClassName
{
background-color: #19E521;
}
.BgClassName
{
background-color: #19E521;
}
</style>
border-color css
<style>
span { border-color: #19E521; }
span { border-color: rgb(25,229,33); }
td.TdClassName
{
border-color: #19E521;
}
.TagClassName
{
border-color: #19E521;
}
</style>