Shades of Free Speech Green #19E80D
Tints of Free Speech Green #19E80D
RGB
CMYK
RGB Variations
Color information
#19E80D (or 0x19E80D) is known color: Free Speech Green. HEX triplet: 19, E8 and 0D. RGB value is (25,232,13). Sum of RGB (Red+Green+Blue) = 25+232+13=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 232 (91.02% from 255 or 85.93% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 232 - color contains mainly: green. Hex color #19E80D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19E80D is #E617F2. Grayscale: #919191. Windows color (decimal): -15079411 or 911385. OLE color: 911385.
HSL color Cylindrical-coordinate representation of color #19E80D: hue angle of 116.71º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19E80D is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 232 | 13 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.09 |
| HSL | 116.71º | 0.89% | 0.48% | - |
| HSV(B) | 116.71º | 0.94% | 0.91% | - |
| XYZ | 29.33 | 57.95 | 10.02 | - |
| YUV | 145.14 | 53.42 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 232 | 13 | 0.89 | 0 | 0.94 | 0.09 | 116.71 | 0.89 | 0.48 |
| Hex | 19 | E8 | D | 59 | 0 | 5E | 9 | 75 | 59 | 30 |
| Octal | 31 | 350 | 15 | 131 | 0 | 136 | 11 | 165 | 131 | 60 |
| Binary | 11001 | 11101000 | 1101 | 1011001 | 0 | 1011110 | 1001 | 1110101 | 1011001 | 110000 |
Color Harmonies of #19E80D
Complementary color
Monochromatic Colors of #19E80D
Black with #19E80D
Text Example
Text Example
White with #19E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E80D; }
p { color: rgb(25,232,13); }
H1.HeaderClassName
{
color: #19E80D;
}
.AnyTagClassName
{
color: #19E80D;
}
</style>
background-color css
<style>
a { background-color: #19E80D; }
a { background-color: rgb(25,232,13); }
div.DivClassName
{
background-color: #19E80D;
}
.BgClassName
{
background-color: #19E80D;
}
</style>
border-color css
<style>
span { border-color: #19E80D; }
span { border-color: rgb(25,232,13); }
td.TdClassName
{
border-color: #19E80D;
}
.TagClassName
{
border-color: #19E80D;
}
</style>