Shades of Free Speech Green #19E421
Tints of Free Speech Green #19E421
RGB
CMYK
RGB Variations
Color information
#19E421 (or 0x19E421) is known color: Free Speech Green. HEX triplet: 19, E4 and 21. RGB value is (25,228,33). Sum of RGB (Red+Green+Blue) = 25+228+33=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 228 (89.45% from 255 or 79.72% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 228 - color contains mainly: green. Hex color #19E421 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19E421 is #E61BDE. Grayscale: #919191. Windows color (decimal): -15080415 or 2221081. OLE color: 2221081.
HSL color Cylindrical-coordinate representation of color #19E421: hue angle of 122.36º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E421 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 228 | 33 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.11 |
| HSL | 122.36º | 0.8% | 0.5% | - |
| HSV(B) | 122.36º | 0.89% | 0.89% | - |
| XYZ | 28.42 | 55.8 | 10.71 | - |
| YUV | 145.07 | 64.75 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 228 | 33 | 0.89 | 0 | 0.86 | 0.11 | 122.36 | 0.8 | 0.5 |
| Hex | 19 | E4 | 21 | 59 | 0 | 56 | B | 7A | 50 | 32 |
| Octal | 31 | 344 | 41 | 131 | 0 | 126 | 13 | 172 | 120 | 62 |
| Binary | 11001 | 11100100 | 100001 | 1011001 | 0 | 1010110 | 1011 | 1111010 | 1010000 | 110010 |
Color Harmonies of #19E421
Complementary color
Monochromatic Colors of #19E421
Black with #19E421
Text Example
Text Example
White with #19E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E421; }
p { color: rgb(25,228,33); }
H1.HeaderClassName
{
color: #19E421;
}
.AnyTagClassName
{
color: #19E421;
}
</style>
background-color css
<style>
a { background-color: #19E421; }
a { background-color: rgb(25,228,33); }
div.DivClassName
{
background-color: #19E421;
}
.BgClassName
{
background-color: #19E421;
}
</style>
border-color css
<style>
span { border-color: #19E421; }
span { border-color: rgb(25,228,33); }
td.TdClassName
{
border-color: #19E421;
}
.TagClassName
{
border-color: #19E421;
}
</style>