Shades of Free Speech Green #19DA09
Tints of Free Speech Green #19DA09
RGB
CMYK
RGB Variations
Color information
#19DA09 (or 0x19DA09) is known color: Free Speech Green. HEX triplet: 19, DA and 09. RGB value is (25,218,9). Sum of RGB (Red+Green+Blue) = 25+218+9=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 218 (85.55% from 255 or 86.51% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 218 - color contains mainly: green. Hex color #19DA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DA09 is #E625F6. Grayscale: #898989. Windows color (decimal): -15082999 or 645657. OLE color: 645657.
HSL color Cylindrical-coordinate representation of color #19DA09: hue angle of 115.41º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19DA09 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 218 | 9 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.15 |
| HSL | 115.41º | 0.92% | 0.45% | - |
| HSV(B) | 115.41º | 0.96% | 0.85% | - |
| XYZ | 25.52 | 50.37 | 8.64 | - |
| YUV | 136.47 | 56.06 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 9 | 0.89 | 0 | 0.96 | 0.15 | 115.41 | 0.92 | 0.45 |
| Hex | 19 | DA | 9 | 59 | 0 | 60 | F | 73 | 5C | 2D |
| Octal | 31 | 332 | 11 | 131 | 0 | 140 | 17 | 163 | 134 | 55 |
| Binary | 11001 | 11011010 | 1001 | 1011001 | 0 | 1100000 | 1111 | 1110011 | 1011100 | 101101 |
Color Harmonies of #19DA09
Complementary color
Monochromatic Colors of #19DA09
Black with #19DA09
Text Example
Text Example
White with #19DA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DA09; }
p { color: rgb(25,218,9); }
H1.HeaderClassName
{
color: #19DA09;
}
.AnyTagClassName
{
color: #19DA09;
}
</style>
background-color css
<style>
a { background-color: #19DA09; }
a { background-color: rgb(25,218,9); }
div.DivClassName
{
background-color: #19DA09;
}
.BgClassName
{
background-color: #19DA09;
}
</style>
border-color css
<style>
span { border-color: #19DA09; }
span { border-color: rgb(25,218,9); }
td.TdClassName
{
border-color: #19DA09;
}
.TagClassName
{
border-color: #19DA09;
}
</style>