Shades of Free Speech Green #19E413
Tints of Free Speech Green #19E413
RGB
CMYK
RGB Variations
Color information
#19E413 (or 0x19E413) is known color: Free Speech Green. HEX triplet: 19, E4 and 13. RGB value is (25,228,19). Sum of RGB (Red+Green+Blue) = 25+228+19=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 228 (89.45% from 255 or 83.82% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 228 - color contains mainly: green. Hex color #19E413 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19E413 is #E61BEC. Grayscale: #909090. Windows color (decimal): -15080429 or 1303577. OLE color: 1303577.
HSL color Cylindrical-coordinate representation of color #19E413: hue angle of 118.28º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19E413 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 228 | 19 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.11 |
| HSL | 118.28º | 0.85% | 0.48% | - |
| HSV(B) | 118.28º | 0.92% | 0.89% | - |
| XYZ | 28.26 | 55.74 | 9.89 | - |
| YUV | 143.48 | 57.75 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 228 | 19 | 0.89 | 0 | 0.92 | 0.11 | 118.28 | 0.85 | 0.48 |
| Hex | 19 | E4 | 13 | 59 | 0 | 5C | B | 76 | 55 | 30 |
| Octal | 31 | 344 | 23 | 131 | 0 | 134 | 13 | 166 | 125 | 60 |
| Binary | 11001 | 11100100 | 10011 | 1011001 | 0 | 1011100 | 1011 | 1110110 | 1010101 | 110000 |
Color Harmonies of #19E413
Complementary color
Monochromatic Colors of #19E413
Black with #19E413
Text Example
Text Example
White with #19E413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E413; }
p { color: rgb(25,228,19); }
H1.HeaderClassName
{
color: #19E413;
}
.AnyTagClassName
{
color: #19E413;
}
</style>
background-color css
<style>
a { background-color: #19E413; }
a { background-color: rgb(25,228,19); }
div.DivClassName
{
background-color: #19E413;
}
.BgClassName
{
background-color: #19E413;
}
</style>
border-color css
<style>
span { border-color: #19E413; }
span { border-color: rgb(25,228,19); }
td.TdClassName
{
border-color: #19E413;
}
.TagClassName
{
border-color: #19E413;
}
</style>