Shades of Free Speech Green #19E501
Tints of Free Speech Green #19E501
RGB
CMYK
RGB Variations
Color information
#19E501 (or 0x19E501) is known color: Free Speech Green. HEX triplet: 19, E5 and 01. RGB value is (25,229,1). Sum of RGB (Red+Green+Blue) = 25+229+1=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 229 (89.84% from 255 or 89.80% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 229 - color contains mainly: green. Hex color #19E501 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19E501 is #E61AFE. Grayscale: #8E8E8E. Windows color (decimal): -15080191 or 124185. OLE color: 124185.
HSL color Cylindrical-coordinate representation of color #19E501: hue angle of 113.68º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19E501 is Cyan = 0.89, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 229 | 1 | - |
| CMYK | 0.89 | 0 | 1.00 | 0.10 |
| HSL | 113.68º | 0.99% | 0.45% | - |
| HSV(B) | 113.68º | 1% | 0.9% | - |
| XYZ | 28.43 | 56.25 | 9.39 | - |
| YUV | 142.01 | 48.41 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 229 | 1 | 0.89 | 0 | 1.00 | 0.10 | 113.68 | 0.99 | 0.45 |
| Hex | 19 | E5 | 1 | 59 | 0 | 64 | A | 72 | 63 | 2D |
| Octal | 31 | 345 | 1 | 131 | 0 | 144 | 12 | 162 | 143 | 55 |
| Binary | 11001 | 11100101 | 1 | 1011001 | 0 | 1100100 | 1010 | 1110010 | 1100011 | 101101 |
Color Harmonies of #19E501
Complementary color
Monochromatic Colors of #19E501
Black with #19E501
Text Example
Text Example
White with #19E501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E501; }
p { color: rgb(25,229,1); }
H1.HeaderClassName
{
color: #19E501;
}
.AnyTagClassName
{
color: #19E501;
}
</style>
background-color css
<style>
a { background-color: #19E501; }
a { background-color: rgb(25,229,1); }
div.DivClassName
{
background-color: #19E501;
}
.BgClassName
{
background-color: #19E501;
}
</style>
border-color css
<style>
span { border-color: #19E501; }
span { border-color: rgb(25,229,1); }
td.TdClassName
{
border-color: #19E501;
}
.TagClassName
{
border-color: #19E501;
}
</style>