Shades of Free Speech Green #19E82D
Tints of Free Speech Green #19E82D
RGB
CMYK
RGB Variations
Color information
#19E82D (or 0x19E82D) is known color: Free Speech Green. HEX triplet: 19, E8 and 2D. RGB value is (25,232,45). Sum of RGB (Red+Green+Blue) = 25+232+45=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 232 (91.02% from 255 or 76.82% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 232 - color contains mainly: green. Hex color #19E82D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19E82D is #E617D2. Grayscale: #959595. Windows color (decimal): -15079379 or 3008537. OLE color: 3008537.
HSL color Cylindrical-coordinate representation of color #19E82D: hue angle of 125.8º 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 #19E82D is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 232 | 45 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.09 |
| HSL | 125.8º | 0.82% | 0.5% | - |
| HSV(B) | 125.8º | 0.89% | 0.91% | - |
| XYZ | 29.73 | 58.11 | 12.13 | - |
| YUV | 148.79 | 69.42 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 232 | 45 | 0.89 | 0 | 0.81 | 0.09 | 125.8 | 0.82 | 0.5 |
| Hex | 19 | E8 | 2D | 59 | 0 | 51 | 9 | 7E | 52 | 32 |
| Octal | 31 | 350 | 55 | 131 | 0 | 121 | 11 | 176 | 122 | 62 |
| Binary | 11001 | 11101000 | 101101 | 1011001 | 0 | 1010001 | 1001 | 1111110 | 1010010 | 110010 |
Color Harmonies of #19E82D
Complementary color
Monochromatic Colors of #19E82D
Black with #19E82D
Text Example
Text Example
White with #19E82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E82D; }
p { color: rgb(25,232,45); }
H1.HeaderClassName
{
color: #19E82D;
}
.AnyTagClassName
{
color: #19E82D;
}
</style>
background-color css
<style>
a { background-color: #19E82D; }
a { background-color: rgb(25,232,45); }
div.DivClassName
{
background-color: #19E82D;
}
.BgClassName
{
background-color: #19E82D;
}
</style>
border-color css
<style>
span { border-color: #19E82D; }
span { border-color: rgb(25,232,45); }
td.TdClassName
{
border-color: #19E82D;
}
.TagClassName
{
border-color: #19E82D;
}
</style>