Shades of Free Speech Green #19E818
Tints of Free Speech Green #19E818
RGB
CMYK
RGB Variations
Color information
#19E818 (or 0x19E818) is known color: Free Speech Green. HEX triplet: 19, E8 and 18. RGB value is (25,232,24). Sum of RGB (Red+Green+Blue) = 25+232+24=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 232 (91.02% from 255 or 82.56% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 232 - color contains mainly: green. Hex color #19E818 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19E818 is #E617E7. Grayscale: #939393. Windows color (decimal): -15079400 or 1632281. OLE color: 1632281.
HSL color Cylindrical-coordinate representation of color #19E818: hue angle of 119.71º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E818 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 232 | 24 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.09 |
| HSL | 119.71º | 0.82% | 0.5% | - |
| HSV(B) | 119.71º | 0.9% | 0.91% | - |
| XYZ | 29.42 | 57.99 | 10.51 | - |
| YUV | 146.4 | 58.92 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 232 | 24 | 0.89 | 0 | 0.90 | 0.09 | 119.71 | 0.82 | 0.5 |
| Hex | 19 | E8 | 18 | 59 | 0 | 5A | 9 | 78 | 52 | 32 |
| Octal | 31 | 350 | 30 | 131 | 0 | 132 | 11 | 170 | 122 | 62 |
| Binary | 11001 | 11101000 | 11000 | 1011001 | 0 | 1011010 | 1001 | 1111000 | 1010010 | 110010 |
Color Harmonies of #19E818
Complementary color
Monochromatic Colors of #19E818
Black with #19E818
Text Example
Text Example
White with #19E818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E818; }
p { color: rgb(25,232,24); }
H1.HeaderClassName
{
color: #19E818;
}
.AnyTagClassName
{
color: #19E818;
}
</style>
background-color css
<style>
a { background-color: #19E818; }
a { background-color: rgb(25,232,24); }
div.DivClassName
{
background-color: #19E818;
}
.BgClassName
{
background-color: #19E818;
}
</style>
border-color css
<style>
span { border-color: #19E818; }
span { border-color: rgb(25,232,24); }
td.TdClassName
{
border-color: #19E818;
}
.TagClassName
{
border-color: #19E818;
}
</style>