Shades of Free Speech Green #19E014
Tints of Free Speech Green #19E014
RGB
CMYK
RGB Variations
Color information
#19E014 (or 0x19E014) is known color: Free Speech Green. HEX triplet: 19, E0 and 14. RGB value is (25,224,20). Sum of RGB (Red+Green+Blue) = 25+224+20=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 224 (87.89% from 255 or 83.27% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 224 - color contains mainly: green. Hex color #19E014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19E014 is #E61FEB. Grayscale: #8D8D8D. Windows color (decimal): -15081452 or 1368089. OLE color: 1368089.
HSL color Cylindrical-coordinate representation of color #19E014: hue angle of 118.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19E014 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 224 | 20 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.12 |
| HSL | 118.53º | 0.84% | 0.48% | - |
| HSV(B) | 118.53º | 0.91% | 0.88% | - |
| XYZ | 27.18 | 53.57 | 9.57 | - |
| YUV | 141.24 | 59.57 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 224 | 20 | 0.89 | 0 | 0.91 | 0.12 | 118.53 | 0.84 | 0.48 |
| Hex | 19 | E0 | 14 | 59 | 0 | 5B | C | 77 | 54 | 30 |
| Octal | 31 | 340 | 24 | 131 | 0 | 133 | 14 | 167 | 124 | 60 |
| Binary | 11001 | 11100000 | 10100 | 1011001 | 0 | 1011011 | 1100 | 1110111 | 1010100 | 110000 |
Color Harmonies of #19E014
Complementary color
Monochromatic Colors of #19E014
Black with #19E014
Text Example
Text Example
White with #19E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E014; }
p { color: rgb(25,224,20); }
H1.HeaderClassName
{
color: #19E014;
}
.AnyTagClassName
{
color: #19E014;
}
</style>
background-color css
<style>
a { background-color: #19E014; }
a { background-color: rgb(25,224,20); }
div.DivClassName
{
background-color: #19E014;
}
.BgClassName
{
background-color: #19E014;
}
</style>
border-color css
<style>
span { border-color: #19E014; }
span { border-color: rgb(25,224,20); }
td.TdClassName
{
border-color: #19E014;
}
.TagClassName
{
border-color: #19E014;
}
</style>