Shades of Free Speech Green #19FA31
Tints of Free Speech Green #19FA31
RGB
CMYK
RGB Variations
Color information
#19FA31 (or 0x19FA31) is known color: Free Speech Green. HEX triplet: 19, FA and 31. RGB value is (25,250,49). Sum of RGB (Red+Green+Blue) = 25+250+49=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 250 (98.05% from 255 or 77.16% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA31 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FA31 is #E605CE. Grayscale: #A0A0A0. Windows color (decimal): -15074767 or 3275289. OLE color: 3275289.
HSL color Cylindrical-coordinate representation of color #19FA31: hue angle of 126.4º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FA31 is Cyan = 0.9, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 49 | - |
| CMYK | 0.9 | 0 | 0.80 | 0.02 |
| HSL | 126.4º | 0.96% | 0.54% | - |
| HSV(B) | 126.4º | 0.9% | 0.98% | - |
| XYZ | 35.14 | 68.8 | 14.33 | - |
| YUV | 159.81 | 65.46 | 31.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 49 | 0.9 | 0 | 0.80 | 0.02 | 126.4 | 0.96 | 0.54 |
| Hex | 19 | FA | 31 | 5A | 0 | 50 | 2 | 7E | 60 | 36 |
| Octal | 31 | 372 | 61 | 132 | 0 | 120 | 2 | 176 | 140 | 66 |
| Binary | 11001 | 11111010 | 110001 | 1011010 | 0 | 1010000 | 10 | 1111110 | 1100000 | 110110 |
Color Harmonies of #19FA31
Complementary color
Monochromatic Colors of #19FA31
Black with #19FA31
Text Example
Text Example
White with #19FA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA31; }
p { color: rgb(25,250,49); }
H1.HeaderClassName
{
color: #19FA31;
}
.AnyTagClassName
{
color: #19FA31;
}
</style>
background-color css
<style>
a { background-color: #19FA31; }
a { background-color: rgb(25,250,49); }
div.DivClassName
{
background-color: #19FA31;
}
.BgClassName
{
background-color: #19FA31;
}
</style>
border-color css
<style>
span { border-color: #19FA31; }
span { border-color: rgb(25,250,49); }
td.TdClassName
{
border-color: #19FA31;
}
.TagClassName
{
border-color: #19FA31;
}
</style>