Shades of Free Speech Green #19F416
Tints of Free Speech Green #19F416
RGB
CMYK
RGB Variations
Color information
#19F416 (or 0x19F416) is known color: Free Speech Green. HEX triplet: 19, F4 and 16. RGB value is (25,244,22). Sum of RGB (Red+Green+Blue) = 25+244+22=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 244 (95.70% from 255 or 83.85% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 244 - color contains mainly: green. Hex color #19F416 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19F416 is #E60BE9. Grayscale: #999999. Windows color (decimal): -15076330 or 1504281. OLE color: 1504281.
HSL color Cylindrical-coordinate representation of color #19F416: hue angle of 119.19º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19F416 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 244 | 22 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.04 |
| HSL | 119.19º | 0.91% | 0.52% | - |
| HSV(B) | 119.19º | 0.91% | 0.96% | - |
| XYZ | 32.9 | 64.97 | 11.56 | - |
| YUV | 153.21 | 53.95 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 244 | 22 | 0.90 | 0 | 0.91 | 0.04 | 119.19 | 0.91 | 0.52 |
| Hex | 19 | F4 | 16 | 5A | 0 | 5B | 4 | 77 | 5B | 34 |
| Octal | 31 | 364 | 26 | 132 | 0 | 133 | 4 | 167 | 133 | 64 |
| Binary | 11001 | 11110100 | 10110 | 1011010 | 0 | 1011011 | 100 | 1110111 | 1011011 | 110100 |
Color Harmonies of #19F416
Complementary color
Monochromatic Colors of #19F416
Black with #19F416
Text Example
Text Example
White with #19F416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F416; }
p { color: rgb(25,244,22); }
H1.HeaderClassName
{
color: #19F416;
}
.AnyTagClassName
{
color: #19F416;
}
</style>
background-color css
<style>
a { background-color: #19F416; }
a { background-color: rgb(25,244,22); }
div.DivClassName
{
background-color: #19F416;
}
.BgClassName
{
background-color: #19F416;
}
</style>
border-color css
<style>
span { border-color: #19F416; }
span { border-color: rgb(25,244,22); }
td.TdClassName
{
border-color: #19F416;
}
.TagClassName
{
border-color: #19F416;
}
</style>