Shades of Free Speech Green #19F131
Tints of Free Speech Green #19F131
RGB
CMYK
RGB Variations
Color information
#19F131 (or 0x19F131) is known color: Free Speech Green. HEX triplet: 19, F1 and 31. RGB value is (25,241,49). Sum of RGB (Red+Green+Blue) = 25+241+49=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #19F131 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F131 is #E60ECE. Grayscale: #9B9B9B. Windows color (decimal): -15077071 or 3272985. OLE color: 3272985.
HSL color Cylindrical-coordinate representation of color #19F131: hue angle of 126.67º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F131 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 241 | 49 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.05 |
| HSL | 126.67º | 0.89% | 0.52% | - |
| HSV(B) | 126.67º | 0.9% | 0.95% | - |
| XYZ | 32.41 | 63.34 | 13.42 | - |
| YUV | 154.53 | 68.44 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 49 | 0.90 | 0 | 0.80 | 0.05 | 126.67 | 0.89 | 0.52 |
| Hex | 19 | F1 | 31 | 5A | 0 | 50 | 5 | 7F | 59 | 34 |
| Octal | 31 | 361 | 61 | 132 | 0 | 120 | 5 | 177 | 131 | 64 |
| Binary | 11001 | 11110001 | 110001 | 1011010 | 0 | 1010000 | 101 | 1111111 | 1011001 | 110100 |
Color Harmonies of #19F131
Complementary color
Monochromatic Colors of #19F131
Black with #19F131
Text Example
Text Example
White with #19F131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F131; }
p { color: rgb(25,241,49); }
H1.HeaderClassName
{
color: #19F131;
}
.AnyTagClassName
{
color: #19F131;
}
</style>
background-color css
<style>
a { background-color: #19F131; }
a { background-color: rgb(25,241,49); }
div.DivClassName
{
background-color: #19F131;
}
.BgClassName
{
background-color: #19F131;
}
</style>
border-color css
<style>
span { border-color: #19F131; }
span { border-color: rgb(25,241,49); }
td.TdClassName
{
border-color: #19F131;
}
.TagClassName
{
border-color: #19F131;
}
</style>