Shades of Free Speech Green #19FF19
Tints of Free Speech Green #19FF19
RGB
CMYK
RGB Variations
Color information
#19FF19 (or 0x19FF19) is known color: Free Speech Green. HEX triplet: 19, FF and 19. RGB value is (25,255,25). Sum of RGB (Red+Green+Blue) = 25+255+25=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19FF19 is #E600E6. Grayscale: #A0A0A0. Windows color (decimal): -15073511 or 1703705. OLE color: 1703705.
HSL color Cylindrical-coordinate representation of color #19FF19: hue angle of 120º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FF19 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 25 | - |
| CMYK | 0.90 | 0 | 0.90 | 0 |
| HSL | 120º | 1% | 0.55% | - |
| HSV(B) | 120º | 0.9% | 1% | - |
| XYZ | 36.34 | 71.8 | 12.86 | - |
| YUV | 160.01 | 51.8 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 25 | 0.90 | 0 | 0.90 | 0 | 120 | 1 | 0.55 |
| Hex | 19 | FF | 19 | 5A | 0 | 5A | 0 | 78 | 64 | 37 |
| Octal | 31 | 377 | 31 | 132 | 0 | 132 | 0 | 170 | 144 | 67 |
| Binary | 11001 | 11111111 | 11001 | 1011010 | 0 | 1011010 | 0 | 1111000 | 1100100 | 110111 |
Color Harmonies of #19FF19
Complementary color
Monochromatic Colors of #19FF19
Black with #19FF19
Text Example
Text Example
White with #19FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF19; }
p { color: rgb(25,255,25); }
H1.HeaderClassName
{
color: #19FF19;
}
.AnyTagClassName
{
color: #19FF19;
}
</style>
background-color css
<style>
a { background-color: #19FF19; }
a { background-color: rgb(25,255,25); }
div.DivClassName
{
background-color: #19FF19;
}
.BgClassName
{
background-color: #19FF19;
}
</style>
border-color css
<style>
span { border-color: #19FF19; }
span { border-color: rgb(25,255,25); }
td.TdClassName
{
border-color: #19FF19;
}
.TagClassName
{
border-color: #19FF19;
}
</style>