Shades of Free Speech Green #19D916
Tints of Free Speech Green #19D916
RGB
CMYK
RGB Variations
Color information
#19D916 (or 0x19D916) is known color: Free Speech Green. HEX triplet: 19, D9 and 16. RGB value is (25,217,22). Sum of RGB (Red+Green+Blue) = 25+217+22=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 217 (85.16% from 255 or 82.20% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 217 - color contains mainly: green. Hex color #19D916 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D916 is #E626E9. Grayscale: #898989. Windows color (decimal): -15083242 or 1497369. OLE color: 1497369.
HSL color Cylindrical-coordinate representation of color #19D916: 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 #19D916 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 217 | 22 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.15 |
| HSL | 119.08º | 0.82% | 0.47% | - |
| HSV(B) | 119.08º | 0.9% | 0.85% | - |
| XYZ | 25.36 | 49.89 | 9.05 | - |
| YUV | 137.36 | 62.89 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 22 | 0.88 | 0 | 0.90 | 0.15 | 119.08 | 0.82 | 0.47 |
| Hex | 19 | D9 | 16 | 58 | 0 | 5A | F | 77 | 52 | 2F |
| Octal | 31 | 331 | 26 | 130 | 0 | 132 | 17 | 167 | 122 | 57 |
| Binary | 11001 | 11011001 | 10110 | 1011000 | 0 | 1011010 | 1111 | 1110111 | 1010010 | 101111 |
Color Harmonies of #19D916
Complementary color
Monochromatic Colors of #19D916
Black with #19D916
Text Example
Text Example
White with #19D916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D916; }
p { color: rgb(25,217,22); }
H1.HeaderClassName
{
color: #19D916;
}
.AnyTagClassName
{
color: #19D916;
}
</style>
background-color css
<style>
a { background-color: #19D916; }
a { background-color: rgb(25,217,22); }
div.DivClassName
{
background-color: #19D916;
}
.BgClassName
{
background-color: #19D916;
}
</style>
border-color css
<style>
span { border-color: #19D916; }
span { border-color: rgb(25,217,22); }
td.TdClassName
{
border-color: #19D916;
}
.TagClassName
{
border-color: #19D916;
}
</style>