Shades of Free Speech Green #19D710
Tints of Free Speech Green #19D710
RGB
CMYK
RGB Variations
Color information
#19D710 (or 0x19D710) is known color: Free Speech Green. HEX triplet: 19, D7 and 10. RGB value is (25,215,16). Sum of RGB (Red+Green+Blue) = 25+215+16=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 215 (84.38% from 255 or 83.98% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 215 - color contains mainly: green. Hex color #19D710 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D710 is #E628EF. Grayscale: #888888. Windows color (decimal): -15083760 or 1103641. OLE color: 1103641.
HSL color Cylindrical-coordinate representation of color #19D710: hue angle of 117.29º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19D710 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 215 | 16 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.16 |
| HSL | 117.29º | 0.86% | 0.45% | - |
| HSV(B) | 117.29º | 0.93% | 0.84% | - |
| XYZ | 24.79 | 48.84 | 8.61 | - |
| YUV | 135.5 | 60.55 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 215 | 16 | 0.88 | 0 | 0.93 | 0.16 | 117.29 | 0.86 | 0.45 |
| Hex | 19 | D7 | 10 | 58 | 0 | 5D | 10 | 75 | 56 | 2D |
| Octal | 31 | 327 | 20 | 130 | 0 | 135 | 20 | 165 | 126 | 55 |
| Binary | 11001 | 11010111 | 10000 | 1011000 | 0 | 1011101 | 10000 | 1110101 | 1010110 | 101101 |
Color Harmonies of #19D710
Complementary color
Monochromatic Colors of #19D710
Black with #19D710
Text Example
Text Example
White with #19D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D710; }
p { color: rgb(25,215,16); }
H1.HeaderClassName
{
color: #19D710;
}
.AnyTagClassName
{
color: #19D710;
}
</style>
background-color css
<style>
a { background-color: #19D710; }
a { background-color: rgb(25,215,16); }
div.DivClassName
{
background-color: #19D710;
}
.BgClassName
{
background-color: #19D710;
}
</style>
border-color css
<style>
span { border-color: #19D710; }
span { border-color: rgb(25,215,16); }
td.TdClassName
{
border-color: #19D710;
}
.TagClassName
{
border-color: #19D710;
}
</style>