Shades of Free Speech Green #19E81A
Tints of Free Speech Green #19E81A
RGB
CMYK
RGB Variations
Color information
#19E81A (or 0x19E81A) is known color: Free Speech Green. HEX triplet: 19, E8 and 1A. RGB value is (25,232,26). Sum of RGB (Red+Green+Blue) = 25+232+26=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 232 (91.02% from 255 or 81.98% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 232 - color contains mainly: green. Hex color #19E81A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19E81A is #E617E5. Grayscale: #939393. Windows color (decimal): -15079398 or 1763353. OLE color: 1763353.
HSL color Cylindrical-coordinate representation of color #19E81A: hue angle of 120.29º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E81A is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 232 | 26 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.09 |
| HSL | 120.29º | 0.82% | 0.5% | - |
| HSV(B) | 120.29º | 0.89% | 0.91% | - |
| XYZ | 29.44 | 57.99 | 10.62 | - |
| YUV | 146.62 | 59.92 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 232 | 26 | 0.89 | 0 | 0.89 | 0.09 | 120.29 | 0.82 | 0.5 |
| Hex | 19 | E8 | 1A | 59 | 0 | 59 | 9 | 78 | 52 | 32 |
| Octal | 31 | 350 | 32 | 131 | 0 | 131 | 11 | 170 | 122 | 62 |
| Binary | 11001 | 11101000 | 11010 | 1011001 | 0 | 1011001 | 1001 | 1111000 | 1010010 | 110010 |
Color Harmonies of #19E81A
Complementary color
Monochromatic Colors of #19E81A
Black with #19E81A
Text Example
Text Example
White with #19E81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E81A; }
p { color: rgb(25,232,26); }
H1.HeaderClassName
{
color: #19E81A;
}
.AnyTagClassName
{
color: #19E81A;
}
</style>
background-color css
<style>
a { background-color: #19E81A; }
a { background-color: rgb(25,232,26); }
div.DivClassName
{
background-color: #19E81A;
}
.BgClassName
{
background-color: #19E81A;
}
</style>
border-color css
<style>
span { border-color: #19E81A; }
span { border-color: rgb(25,232,26); }
td.TdClassName
{
border-color: #19E81A;
}
.TagClassName
{
border-color: #19E81A;
}
</style>