Shades of Free Speech Green #19E112
Tints of Free Speech Green #19E112
RGB
CMYK
RGB Variations
Color information
#19E112 (or 0x19E112) is known color: Free Speech Green. HEX triplet: 19, E1 and 12. RGB value is (25,225,18). Sum of RGB (Red+Green+Blue) = 25+225+18=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 225 (88.28% from 255 or 83.96% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 225 - color contains mainly: green. Hex color #19E112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19E112 is #E61EED. Grayscale: #8E8E8E. Windows color (decimal): -15081198 or 1237273. OLE color: 1237273.
HSL color Cylindrical-coordinate representation of color #19E112: hue angle of 117.97º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19E112 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 225 | 18 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.12 |
| HSL | 117.97º | 0.85% | 0.48% | - |
| HSV(B) | 117.97º | 0.92% | 0.88% | - |
| XYZ | 27.44 | 54.1 | 9.57 | - |
| YUV | 141.6 | 58.24 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 18 | 0.89 | 0 | 0.92 | 0.12 | 117.97 | 0.85 | 0.48 |
| Hex | 19 | E1 | 12 | 59 | 0 | 5C | C | 76 | 55 | 30 |
| Octal | 31 | 341 | 22 | 131 | 0 | 134 | 14 | 166 | 125 | 60 |
| Binary | 11001 | 11100001 | 10010 | 1011001 | 0 | 1011100 | 1100 | 1110110 | 1010101 | 110000 |
Color Harmonies of #19E112
Complementary color
Monochromatic Colors of #19E112
Black with #19E112
Text Example
Text Example
White with #19E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E112; }
p { color: rgb(25,225,18); }
H1.HeaderClassName
{
color: #19E112;
}
.AnyTagClassName
{
color: #19E112;
}
</style>
background-color css
<style>
a { background-color: #19E112; }
a { background-color: rgb(25,225,18); }
div.DivClassName
{
background-color: #19E112;
}
.BgClassName
{
background-color: #19E112;
}
</style>
border-color css
<style>
span { border-color: #19E112; }
span { border-color: rgb(25,225,18); }
td.TdClassName
{
border-color: #19E112;
}
.TagClassName
{
border-color: #19E112;
}
</style>