Shades of Free Speech Green #19E316
Tints of Free Speech Green #19E316
RGB
CMYK
RGB Variations
Color information
#19E316 (or 0x19E316) is known color: Free Speech Green. HEX triplet: 19, E3 and 16. RGB value is (25,227,22). Sum of RGB (Red+Green+Blue) = 25+227+22=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 227 (89.06% from 255 or 82.85% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 227 - color contains mainly: green. Hex color #19E316 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19E316 is #E61CE9. Grayscale: #8F8F8F. Windows color (decimal): -15080682 or 1499929. OLE color: 1499929.
HSL color Cylindrical-coordinate representation of color #19E316: hue angle of 119.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E316 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 227 | 22 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.11 |
| HSL | 119.12º | 0.82% | 0.49% | - |
| HSV(B) | 119.12º | 0.9% | 0.89% | - |
| XYZ | 28.01 | 55.2 | 9.94 | - |
| YUV | 143.23 | 59.58 | 43.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 227 | 22 | 0.89 | 0 | 0.90 | 0.11 | 119.12 | 0.82 | 0.49 |
| Hex | 19 | E3 | 16 | 59 | 0 | 5A | B | 77 | 52 | 31 |
| Octal | 31 | 343 | 26 | 131 | 0 | 132 | 13 | 167 | 122 | 61 |
| Binary | 11001 | 11100011 | 10110 | 1011001 | 0 | 1011010 | 1011 | 1110111 | 1010010 | 110001 |
Color Harmonies of #19E316
Complementary color
Monochromatic Colors of #19E316
Black with #19E316
Text Example
Text Example
White with #19E316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E316; }
p { color: rgb(25,227,22); }
H1.HeaderClassName
{
color: #19E316;
}
.AnyTagClassName
{
color: #19E316;
}
</style>
background-color css
<style>
a { background-color: #19E316; }
a { background-color: rgb(25,227,22); }
div.DivClassName
{
background-color: #19E316;
}
.BgClassName
{
background-color: #19E316;
}
</style>
border-color css
<style>
span { border-color: #19E316; }
span { border-color: rgb(25,227,22); }
td.TdClassName
{
border-color: #19E316;
}
.TagClassName
{
border-color: #19E316;
}
</style>