Shades of Free Speech Green #19E610
Tints of Free Speech Green #19E610
RGB
CMYK
RGB Variations
Color information
#19E610 (or 0x19E610) is known color: Free Speech Green. HEX triplet: 19, E6 and 10. RGB value is (25,230,16). Sum of RGB (Red+Green+Blue) = 25+230+16=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 230 (90.23% from 255 or 84.87% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 230 - color contains mainly: green. Hex color #19E610 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19E610 is #E619EF. Grayscale: #909090. Windows color (decimal): -15079920 or 1107481. OLE color: 1107481.
HSL color Cylindrical-coordinate representation of color #19E610: hue angle of 117.48º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19E610 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 230 | 16 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.10 |
| HSL | 117.48º | 0.87% | 0.48% | - |
| HSV(B) | 117.48º | 0.93% | 0.9% | - |
| XYZ | 28.79 | 56.84 | 9.94 | - |
| YUV | 144.31 | 55.58 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 230 | 16 | 0.89 | 0 | 0.93 | 0.10 | 117.48 | 0.87 | 0.48 |
| Hex | 19 | E6 | 10 | 59 | 0 | 5D | A | 75 | 57 | 30 |
| Octal | 31 | 346 | 20 | 131 | 0 | 135 | 12 | 165 | 127 | 60 |
| Binary | 11001 | 11100110 | 10000 | 1011001 | 0 | 1011101 | 1010 | 1110101 | 1010111 | 110000 |
Color Harmonies of #19E610
Complementary color
Monochromatic Colors of #19E610
Black with #19E610
Text Example
Text Example
White with #19E610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E610; }
p { color: rgb(25,230,16); }
H1.HeaderClassName
{
color: #19E610;
}
.AnyTagClassName
{
color: #19E610;
}
</style>
background-color css
<style>
a { background-color: #19E610; }
a { background-color: rgb(25,230,16); }
div.DivClassName
{
background-color: #19E610;
}
.BgClassName
{
background-color: #19E610;
}
</style>
border-color css
<style>
span { border-color: #19E610; }
span { border-color: rgb(25,230,16); }
td.TdClassName
{
border-color: #19E610;
}
.TagClassName
{
border-color: #19E610;
}
</style>