Shades of Free Speech Green #19DA00
Tints of Free Speech Green #19DA00
RGB
CMYK
RGB Variations
Color information
#19DA00 (or 0x19DA00) is known color: Free Speech Green. HEX triplet: 19, DA and 00. RGB value is (25,218,0). Sum of RGB (Red+Green+Blue) = 25+218+0=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 218 (85.55% from 255 or 89.71% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 218 - color contains mainly: green. Hex color #19DA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DA00 is #E625FF. Grayscale: #888888. Windows color (decimal): -15083008 or 55833. OLE color: 55833.
HSL color Cylindrical-coordinate representation of color #19DA00: hue angle of 113.12º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19DA00 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 218 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.15 |
| HSL | 113.12º | 1% | 0.43% | - |
| HSV(B) | 113.12º | 1% | 0.85% | - |
| XYZ | 25.47 | 50.35 | 8.38 | - |
| YUV | 135.44 | 51.56 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 0 | 0.89 | 0 | 1 | 0.15 | 113.12 | 1 | 0.43 |
| Hex | 19 | DA | 0 | 59 | 0 | 64 | F | 71 | 64 | 2B |
| Octal | 31 | 332 | 0 | 131 | 0 | 144 | 17 | 161 | 144 | 53 |
| Binary | 11001 | 11011010 | 0 | 1011001 | 0 | 1100100 | 1111 | 1110001 | 1100100 | 101011 |
Color Harmonies of #19DA00
Complementary color
Monochromatic Colors of #19DA00
Black with #19DA00
Text Example
Text Example
White with #19DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DA00; }
p { color: rgb(25,218,0); }
H1.HeaderClassName
{
color: #19DA00;
}
.AnyTagClassName
{
color: #19DA00;
}
</style>
background-color css
<style>
a { background-color: #19DA00; }
a { background-color: rgb(25,218,0); }
div.DivClassName
{
background-color: #19DA00;
}
.BgClassName
{
background-color: #19DA00;
}
</style>
border-color css
<style>
span { border-color: #19DA00; }
span { border-color: rgb(25,218,0); }
td.TdClassName
{
border-color: #19DA00;
}
.TagClassName
{
border-color: #19DA00;
}
</style>