Shades of Free Speech Green #19DA18
Tints of Free Speech Green #19DA18
RGB
CMYK
RGB Variations
Color information
#19DA18 (or 0x19DA18) is known color: Free Speech Green. HEX triplet: 19, DA and 18. RGB value is (25,218,24). Sum of RGB (Red+Green+Blue) = 25+218+24=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 218 (85.55% from 255 or 81.65% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 218 - color contains mainly: green. Hex color #19DA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DA18 is #E625E7. Grayscale: #8A8A8A. Windows color (decimal): -15082984 or 1628697. OLE color: 1628697.
HSL color Cylindrical-coordinate representation of color #19DA18: hue angle of 119.69º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DA18 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 218 | 24 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.15 |
| HSL | 119.69º | 0.8% | 0.47% | - |
| HSV(B) | 119.69º | 0.89% | 0.85% | - |
| XYZ | 25.64 | 50.42 | 9.24 | - |
| YUV | 138.18 | 63.56 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 24 | 0.89 | 0 | 0.89 | 0.15 | 119.69 | 0.8 | 0.47 |
| Hex | 19 | DA | 18 | 59 | 0 | 59 | F | 78 | 50 | 2F |
| Octal | 31 | 332 | 30 | 131 | 0 | 131 | 17 | 170 | 120 | 57 |
| Binary | 11001 | 11011010 | 11000 | 1011001 | 0 | 1011001 | 1111 | 1111000 | 1010000 | 101111 |
Color Harmonies of #19DA18
Complementary color
Monochromatic Colors of #19DA18
Black with #19DA18
Text Example
Text Example
White with #19DA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DA18; }
p { color: rgb(25,218,24); }
H1.HeaderClassName
{
color: #19DA18;
}
.AnyTagClassName
{
color: #19DA18;
}
</style>
background-color css
<style>
a { background-color: #19DA18; }
a { background-color: rgb(25,218,24); }
div.DivClassName
{
background-color: #19DA18;
}
.BgClassName
{
background-color: #19DA18;
}
</style>
border-color css
<style>
span { border-color: #19DA18; }
span { border-color: rgb(25,218,24); }
td.TdClassName
{
border-color: #19DA18;
}
.TagClassName
{
border-color: #19DA18;
}
</style>