Shades of Free Speech Green #19E326
Tints of Free Speech Green #19E326
RGB
CMYK
RGB Variations
Color information
#19E326 (or 0x19E326) is known color: Free Speech Green. HEX triplet: 19, E3 and 26. RGB value is (25,227,38). Sum of RGB (Red+Green+Blue) = 25+227+38=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 227 (89.06% from 255 or 78.28% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 227 - color contains mainly: green. Hex color #19E326 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19E326 is #E61CD9. Grayscale: #919191. Windows color (decimal): -15080666 or 2548505. OLE color: 2548505.
HSL color Cylindrical-coordinate representation of color #19E326: hue angle of 123.86º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E326 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 227 | 38 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.11 |
| HSL | 123.86º | 0.8% | 0.49% | - |
| HSV(B) | 123.86º | 0.89% | 0.89% | - |
| XYZ | 28.22 | 55.28 | 11.02 | - |
| YUV | 145.06 | 67.58 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 227 | 38 | 0.89 | 0 | 0.83 | 0.11 | 123.86 | 0.8 | 0.49 |
| Hex | 19 | E3 | 26 | 59 | 0 | 53 | B | 7C | 50 | 31 |
| Octal | 31 | 343 | 46 | 131 | 0 | 123 | 13 | 174 | 120 | 61 |
| Binary | 11001 | 11100011 | 100110 | 1011001 | 0 | 1010011 | 1011 | 1111100 | 1010000 | 110001 |
Color Harmonies of #19E326
Complementary color
Monochromatic Colors of #19E326
Black with #19E326
Text Example
Text Example
White with #19E326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E326; }
p { color: rgb(25,227,38); }
H1.HeaderClassName
{
color: #19E326;
}
.AnyTagClassName
{
color: #19E326;
}
</style>
background-color css
<style>
a { background-color: #19E326; }
a { background-color: rgb(25,227,38); }
div.DivClassName
{
background-color: #19E326;
}
.BgClassName
{
background-color: #19E326;
}
</style>
border-color css
<style>
span { border-color: #19E326; }
span { border-color: rgb(25,227,38); }
td.TdClassName
{
border-color: #19E326;
}
.TagClassName
{
border-color: #19E326;
}
</style>