Shades of Free Speech Green #19F120
Tints of Free Speech Green #19F120
RGB
CMYK
RGB Variations
Color information
#19F120 (or 0x19F120) is known color: Free Speech Green. HEX triplet: 19, F1 and 20. RGB value is (25,241,32). Sum of RGB (Red+Green+Blue) = 25+241+32=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 241 (94.53% from 255 or 80.87% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 241 - color contains mainly: green. Hex color #19F120 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F120 is #E60EDF. Grayscale: #999999. Windows color (decimal): -15077088 or 2158873. OLE color: 2158873.
HSL color Cylindrical-coordinate representation of color #19F120: hue angle of 121.94º 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 #19F120 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 241 | 32 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.05 |
| HSL | 121.94º | 0.89% | 0.52% | - |
| HSV(B) | 121.94º | 0.9% | 0.95% | - |
| XYZ | 32.12 | 63.22 | 11.88 | - |
| YUV | 152.59 | 59.94 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 32 | 0.90 | 0 | 0.87 | 0.05 | 121.94 | 0.89 | 0.52 |
| Hex | 19 | F1 | 20 | 5A | 0 | 57 | 5 | 7A | 59 | 34 |
| Octal | 31 | 361 | 40 | 132 | 0 | 127 | 5 | 172 | 131 | 64 |
| Binary | 11001 | 11110001 | 100000 | 1011010 | 0 | 1010111 | 101 | 1111010 | 1011001 | 110100 |
Color Harmonies of #19F120
Complementary color
Monochromatic Colors of #19F120
Black with #19F120
Text Example
Text Example
White with #19F120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F120; }
p { color: rgb(25,241,32); }
H1.HeaderClassName
{
color: #19F120;
}
.AnyTagClassName
{
color: #19F120;
}
</style>
background-color css
<style>
a { background-color: #19F120; }
a { background-color: rgb(25,241,32); }
div.DivClassName
{
background-color: #19F120;
}
.BgClassName
{
background-color: #19F120;
}
</style>
border-color css
<style>
span { border-color: #19F120; }
span { border-color: rgb(25,241,32); }
td.TdClassName
{
border-color: #19F120;
}
.TagClassName
{
border-color: #19F120;
}
</style>