Shades of Free Speech Green #19FF1F
Tints of Free Speech Green #19FF1F
RGB
CMYK
RGB Variations
Color information
#19FF1F (or 0x19FF1F) is known color: Free Speech Green. HEX triplet: 19, FF and 1F. RGB value is (25,255,31). Sum of RGB (Red+Green+Blue) = 25+255+31=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 255 (100% from 255 or 81.99% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FF1F is #E600E0. Grayscale: #A1A1A1. Windows color (decimal): -15073505 or 2096921. OLE color: 2096921.
HSL color Cylindrical-coordinate representation of color #19FF1F: hue angle of 121.57º 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 #19FF1F is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 31 | - |
| CMYK | 0.90 | 0 | 0.88 | 0 |
| HSL | 121.57º | 1% | 0.55% | - |
| HSV(B) | 121.57º | 0.9% | 1% | - |
| XYZ | 36.41 | 71.83 | 13.24 | - |
| YUV | 160.69 | 54.8 | 31.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 31 | 0.90 | 0 | 0.88 | 0 | 121.57 | 1 | 0.55 |
| Hex | 19 | FF | 1F | 5A | 0 | 58 | 0 | 7A | 64 | 37 |
| Octal | 31 | 377 | 37 | 132 | 0 | 130 | 0 | 172 | 144 | 67 |
| Binary | 11001 | 11111111 | 11111 | 1011010 | 0 | 1011000 | 0 | 1111010 | 1100100 | 110111 |
Color Harmonies of #19FF1F
Complementary color
Monochromatic Colors of #19FF1F
Black with #19FF1F
Text Example
Text Example
White with #19FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF1F; }
p { color: rgb(25,255,31); }
H1.HeaderClassName
{
color: #19FF1F;
}
.AnyTagClassName
{
color: #19FF1F;
}
</style>
background-color css
<style>
a { background-color: #19FF1F; }
a { background-color: rgb(25,255,31); }
div.DivClassName
{
background-color: #19FF1F;
}
.BgClassName
{
background-color: #19FF1F;
}
</style>
border-color css
<style>
span { border-color: #19FF1F; }
span { border-color: rgb(25,255,31); }
td.TdClassName
{
border-color: #19FF1F;
}
.TagClassName
{
border-color: #19FF1F;
}
</style>