Shades of Free Speech Green #19D200
Tints of Free Speech Green #19D200
RGB
CMYK
RGB Variations
Color information
#19D200 (or 0x19D200) is known color: Free Speech Green. HEX triplet: 19, D2 and 00. RGB value is (25,210,0). Sum of RGB (Red+Green+Blue) = 25+210+0=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 210 (82.42% from 255 or 89.36% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 210 - color contains mainly: green. Hex color #19D200 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D200 is #E62DFF. Grayscale: #838383. Windows color (decimal): -15085056 or 53785. OLE color: 53785.
HSL color Cylindrical-coordinate representation of color #19D200: hue angle of 112.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19D200 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 210 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.18 |
| HSL | 112.86º | 1% | 0.41% | - |
| HSV(B) | 112.86º | 1% | 0.82% | - |
| XYZ | 23.45 | 46.3 | 7.7 | - |
| YUV | 130.75 | 54.21 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 210 | 0 | 0.88 | 0 | 1 | 0.18 | 112.86 | 1 | 0.41 |
| Hex | 19 | D2 | 0 | 58 | 0 | 64 | 12 | 71 | 64 | 29 |
| Octal | 31 | 322 | 0 | 130 | 0 | 144 | 22 | 161 | 144 | 51 |
| Binary | 11001 | 11010010 | 0 | 1011000 | 0 | 1100100 | 10010 | 1110001 | 1100100 | 101001 |
Color Harmonies of #19D200
Complementary color
Monochromatic Colors of #19D200
Black with #19D200
Text Example
Text Example
White with #19D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D200; }
p { color: rgb(25,210,0); }
H1.HeaderClassName
{
color: #19D200;
}
.AnyTagClassName
{
color: #19D200;
}
</style>
background-color css
<style>
a { background-color: #19D200; }
a { background-color: rgb(25,210,0); }
div.DivClassName
{
background-color: #19D200;
}
.BgClassName
{
background-color: #19D200;
}
</style>
border-color css
<style>
span { border-color: #19D200; }
span { border-color: rgb(25,210,0); }
td.TdClassName
{
border-color: #19D200;
}
.TagClassName
{
border-color: #19D200;
}
</style>