Shades of Free Speech Green #19E10D
Tints of Free Speech Green #19E10D
RGB
CMYK
RGB Variations
Color information
#19E10D (or 0x19E10D) is known color: Free Speech Green. HEX triplet: 19, E1 and 0D. RGB value is (25,225,13). Sum of RGB (Red+Green+Blue) = 25+225+13=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 225 (88.28% from 255 or 85.55% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 225 - color contains mainly: green. Hex color #19E10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19E10D is #E61EF2. Grayscale: #8D8D8D. Windows color (decimal): -15081203 or 909593. OLE color: 909593.
HSL color Cylindrical-coordinate representation of color #19E10D: hue angle of 116.6º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19E10D is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 225 | 13 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.12 |
| HSL | 116.6º | 0.89% | 0.47% | - |
| HSV(B) | 116.6º | 0.94% | 0.88% | - |
| XYZ | 27.4 | 54.09 | 9.38 | - |
| YUV | 141.03 | 55.74 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 225 | 13 | 0.89 | 0 | 0.94 | 0.12 | 116.6 | 0.89 | 0.47 |
| Hex | 19 | E1 | D | 59 | 0 | 5E | C | 75 | 59 | 2F |
| Octal | 31 | 341 | 15 | 131 | 0 | 136 | 14 | 165 | 131 | 57 |
| Binary | 11001 | 11100001 | 1101 | 1011001 | 0 | 1011110 | 1100 | 1110101 | 1011001 | 101111 |
Color Harmonies of #19E10D
Complementary color
Monochromatic Colors of #19E10D
Black with #19E10D
Text Example
Text Example
White with #19E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E10D; }
p { color: rgb(25,225,13); }
H1.HeaderClassName
{
color: #19E10D;
}
.AnyTagClassName
{
color: #19E10D;
}
</style>
background-color css
<style>
a { background-color: #19E10D; }
a { background-color: rgb(25,225,13); }
div.DivClassName
{
background-color: #19E10D;
}
.BgClassName
{
background-color: #19E10D;
}
</style>
border-color css
<style>
span { border-color: #19E10D; }
span { border-color: rgb(25,225,13); }
td.TdClassName
{
border-color: #19E10D;
}
.TagClassName
{
border-color: #19E10D;
}
</style>