Shades of Free Speech Green #19DA04
Tints of Free Speech Green #19DA04
RGB
CMYK
RGB Variations
Color information
#19DA04 (or 0x19DA04) is known color: Free Speech Green. HEX triplet: 19, DA and 04. RGB value is (25,218,4). Sum of RGB (Red+Green+Blue) = 25+218+4=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 218 (85.55% from 255 or 88.26% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 218 - color contains mainly: green. Hex color #19DA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DA04 is #E625FB. Grayscale: #888888. Windows color (decimal): -15083004 or 317977. OLE color: 317977.
HSL color Cylindrical-coordinate representation of color #19DA04: hue angle of 114.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19DA04 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 218 | 4 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.15 |
| HSL | 114.11º | 0.96% | 0.44% | - |
| HSV(B) | 114.11º | 0.98% | 0.85% | - |
| XYZ | 25.49 | 50.36 | 8.49 | - |
| YUV | 135.9 | 53.56 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 4 | 0.89 | 0 | 0.98 | 0.15 | 114.11 | 0.96 | 0.44 |
| Hex | 19 | DA | 4 | 59 | 0 | 62 | F | 72 | 60 | 2C |
| Octal | 31 | 332 | 4 | 131 | 0 | 142 | 17 | 162 | 140 | 54 |
| Binary | 11001 | 11011010 | 100 | 1011001 | 0 | 1100010 | 1111 | 1110010 | 1100000 | 101100 |
Color Harmonies of #19DA04
Complementary color
Monochromatic Colors of #19DA04
Black with #19DA04
Text Example
Text Example
White with #19DA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DA04; }
p { color: rgb(25,218,4); }
H1.HeaderClassName
{
color: #19DA04;
}
.AnyTagClassName
{
color: #19DA04;
}
</style>
background-color css
<style>
a { background-color: #19DA04; }
a { background-color: rgb(25,218,4); }
div.DivClassName
{
background-color: #19DA04;
}
.BgClassName
{
background-color: #19DA04;
}
</style>
border-color css
<style>
span { border-color: #19DA04; }
span { border-color: rgb(25,218,4); }
td.TdClassName
{
border-color: #19DA04;
}
.TagClassName
{
border-color: #19DA04;
}
</style>