Shades of Free Speech Green #19DB16
Tints of Free Speech Green #19DB16
RGB
CMYK
RGB Variations
Color information
#19DB16 (or 0x19DB16) is known color: Free Speech Green. HEX triplet: 19, DB and 16. RGB value is (25,219,22). Sum of RGB (Red+Green+Blue) = 25+219+22=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 219 (85.94% from 255 or 82.33% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 219 - color contains mainly: green. Hex color #19DB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19DB16 is #E624E9. Grayscale: #8B8B8B. Windows color (decimal): -15082730 or 1497881. OLE color: 1497881.
HSL color Cylindrical-coordinate representation of color #19DB16: hue angle of 119.09º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DB16 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 219 | 22 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.14 |
| HSL | 119.09º | 0.82% | 0.47% | - |
| HSV(B) | 119.09º | 0.9% | 0.86% | - |
| XYZ | 25.88 | 50.93 | 9.23 | - |
| YUV | 138.54 | 62.23 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 219 | 22 | 0.89 | 0 | 0.90 | 0.14 | 119.09 | 0.82 | 0.47 |
| Hex | 19 | DB | 16 | 59 | 0 | 5A | E | 77 | 52 | 2F |
| Octal | 31 | 333 | 26 | 131 | 0 | 132 | 16 | 167 | 122 | 57 |
| Binary | 11001 | 11011011 | 10110 | 1011001 | 0 | 1011010 | 1110 | 1110111 | 1010010 | 101111 |
Color Harmonies of #19DB16
Complementary color
Monochromatic Colors of #19DB16
Black with #19DB16
Text Example
Text Example
White with #19DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DB16; }
p { color: rgb(25,219,22); }
H1.HeaderClassName
{
color: #19DB16;
}
.AnyTagClassName
{
color: #19DB16;
}
</style>
background-color css
<style>
a { background-color: #19DB16; }
a { background-color: rgb(25,219,22); }
div.DivClassName
{
background-color: #19DB16;
}
.BgClassName
{
background-color: #19DB16;
}
</style>
border-color css
<style>
span { border-color: #19DB16; }
span { border-color: rgb(25,219,22); }
td.TdClassName
{
border-color: #19DB16;
}
.TagClassName
{
border-color: #19DB16;
}
</style>