Shades of Free Speech Green #19DA16
Tints of Free Speech Green #19DA16
RGB
CMYK
RGB Variations
Color information
#19DA16 (or 0x19DA16) is known color: Free Speech Green. HEX triplet: 19, DA and 16. RGB value is (25,218,22). Sum of RGB (Red+Green+Blue) = 25+218+22=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 218 (85.55% from 255 or 82.26% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 218 - color contains mainly: green. Hex color #19DA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DA16 is #E625E9. Grayscale: #8A8A8A. Windows color (decimal): -15082986 or 1497625. OLE color: 1497625.
HSL color Cylindrical-coordinate representation of color #19DA16: hue angle of 119.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DA16 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 218 | 22 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.15 |
| HSL | 119.08º | 0.82% | 0.47% | - |
| HSV(B) | 119.08º | 0.9% | 0.85% | - |
| XYZ | 25.62 | 50.41 | 9.14 | - |
| YUV | 137.95 | 62.56 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 218 | 22 | 0.89 | 0 | 0.90 | 0.15 | 119.08 | 0.82 | 0.47 |
| Hex | 19 | DA | 16 | 59 | 0 | 5A | F | 77 | 52 | 2F |
| Octal | 31 | 332 | 26 | 131 | 0 | 132 | 17 | 167 | 122 | 57 |
| Binary | 11001 | 11011010 | 10110 | 1011001 | 0 | 1011010 | 1111 | 1110111 | 1010010 | 101111 |
Color Harmonies of #19DA16
Complementary color
Monochromatic Colors of #19DA16
Black with #19DA16
Text Example
Text Example
White with #19DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DA16; }
p { color: rgb(25,218,22); }
H1.HeaderClassName
{
color: #19DA16;
}
.AnyTagClassName
{
color: #19DA16;
}
</style>
background-color css
<style>
a { background-color: #19DA16; }
a { background-color: rgb(25,218,22); }
div.DivClassName
{
background-color: #19DA16;
}
.BgClassName
{
background-color: #19DA16;
}
</style>
border-color css
<style>
span { border-color: #19DA16; }
span { border-color: rgb(25,218,22); }
td.TdClassName
{
border-color: #19DA16;
}
.TagClassName
{
border-color: #19DA16;
}
</style>