Shades of Free Speech Green #19DC10
Tints of Free Speech Green #19DC10
RGB
CMYK
RGB Variations
Color information
#19DC10 (or 0x19DC10) is known color: Free Speech Green. HEX triplet: 19, DC and 10. RGB value is (25,220,16). Sum of RGB (Red+Green+Blue) = 25+220+16=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 220 (86.33% from 255 or 84.29% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 220 - color contains mainly: green. Hex color #19DC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DC10 is #E623EF. Grayscale: #8B8B8B. Windows color (decimal): -15082480 or 1104921. OLE color: 1104921.
HSL color Cylindrical-coordinate representation of color #19DC10: hue angle of 117.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19DC10 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 220 | 16 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.14 |
| HSL | 117.35º | 0.86% | 0.46% | - |
| HSV(B) | 117.35º | 0.93% | 0.86% | - |
| XYZ | 26.09 | 51.43 | 9.04 | - |
| YUV | 138.44 | 58.9 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 16 | 0.89 | 0 | 0.93 | 0.14 | 117.35 | 0.86 | 0.46 |
| Hex | 19 | DC | 10 | 59 | 0 | 5D | E | 75 | 56 | 2E |
| Octal | 31 | 334 | 20 | 131 | 0 | 135 | 16 | 165 | 126 | 56 |
| Binary | 11001 | 11011100 | 10000 | 1011001 | 0 | 1011101 | 1110 | 1110101 | 1010110 | 101110 |
Color Harmonies of #19DC10
Complementary color
Monochromatic Colors of #19DC10
Black with #19DC10
Text Example
Text Example
White with #19DC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DC10; }
p { color: rgb(25,220,16); }
H1.HeaderClassName
{
color: #19DC10;
}
.AnyTagClassName
{
color: #19DC10;
}
</style>
background-color css
<style>
a { background-color: #19DC10; }
a { background-color: rgb(25,220,16); }
div.DivClassName
{
background-color: #19DC10;
}
.BgClassName
{
background-color: #19DC10;
}
</style>
border-color css
<style>
span { border-color: #19DC10; }
span { border-color: rgb(25,220,16); }
td.TdClassName
{
border-color: #19DC10;
}
.TagClassName
{
border-color: #19DC10;
}
</style>