Shades of Free Speech Green #19FA11
Tints of Free Speech Green #19FA11
RGB
CMYK
RGB Variations
Color information
#19FA11 (or 0x19FA11) is known color: Free Speech Green. HEX triplet: 19, FA and 11. RGB value is (25,250,17). Sum of RGB (Red+Green+Blue) = 25+250+17=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 250 (98.05% from 255 or 85.62% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19FA11 is #E605EE. Grayscale: #9C9C9C. Windows color (decimal): -15074799 or 1178137. OLE color: 1178137.
HSL color Cylindrical-coordinate representation of color #19FA11: hue angle of 117.94º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19FA11 is Cyan = 0.9, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 17 | - |
| CMYK | 0.9 | 0 | 0.93 | 0.02 |
| HSL | 117.94º | 0.96% | 0.52% | - |
| HSV(B) | 117.94º | 0.93% | 0.98% | - |
| XYZ | 34.69 | 68.62 | 11.95 | - |
| YUV | 156.16 | 49.46 | 34.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 17 | 0.9 | 0 | 0.93 | 0.02 | 117.94 | 0.96 | 0.52 |
| Hex | 19 | FA | 11 | 5A | 0 | 5D | 2 | 76 | 60 | 34 |
| Octal | 31 | 372 | 21 | 132 | 0 | 135 | 2 | 166 | 140 | 64 |
| Binary | 11001 | 11111010 | 10001 | 1011010 | 0 | 1011101 | 10 | 1110110 | 1100000 | 110100 |
Color Harmonies of #19FA11
Complementary color
Monochromatic Colors of #19FA11
Black with #19FA11
Text Example
Text Example
White with #19FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA11; }
p { color: rgb(25,250,17); }
H1.HeaderClassName
{
color: #19FA11;
}
.AnyTagClassName
{
color: #19FA11;
}
</style>
background-color css
<style>
a { background-color: #19FA11; }
a { background-color: rgb(25,250,17); }
div.DivClassName
{
background-color: #19FA11;
}
.BgClassName
{
background-color: #19FA11;
}
</style>
border-color css
<style>
span { border-color: #19FA11; }
span { border-color: rgb(25,250,17); }
td.TdClassName
{
border-color: #19FA11;
}
.TagClassName
{
border-color: #19FA11;
}
</style>