Shades of Free Speech Green #19F409
Tints of Free Speech Green #19F409
RGB
CMYK
RGB Variations
Color information
#19F409 (or 0x19F409) is known color: Free Speech Green. HEX triplet: 19, F4 and 09. RGB value is (25,244,9). Sum of RGB (Red+Green+Blue) = 25+244+9=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 244 (95.70% from 255 or 87.77% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 244 - color contains mainly: green. Hex color #19F409 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19F409 is #E60BF6. Grayscale: #989898. Windows color (decimal): -15076343 or 652313. OLE color: 652313.
HSL color Cylindrical-coordinate representation of color #19F409: hue angle of 115.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19F409 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 244 | 9 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.04 |
| HSL | 115.91º | 0.93% | 0.5% | - |
| HSV(B) | 115.91º | 0.96% | 0.96% | - |
| XYZ | 32.8 | 64.93 | 11.06 | - |
| YUV | 151.73 | 47.45 | 37.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 244 | 9 | 0.90 | 0 | 0.96 | 0.04 | 115.91 | 0.93 | 0.5 |
| Hex | 19 | F4 | 9 | 5A | 0 | 60 | 4 | 74 | 5D | 32 |
| Octal | 31 | 364 | 11 | 132 | 0 | 140 | 4 | 164 | 135 | 62 |
| Binary | 11001 | 11110100 | 1001 | 1011010 | 0 | 1100000 | 100 | 1110100 | 1011101 | 110010 |
Color Harmonies of #19F409
Complementary color
Monochromatic Colors of #19F409
Black with #19F409
Text Example
Text Example
White with #19F409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F409; }
p { color: rgb(25,244,9); }
H1.HeaderClassName
{
color: #19F409;
}
.AnyTagClassName
{
color: #19F409;
}
</style>
background-color css
<style>
a { background-color: #19F409; }
a { background-color: rgb(25,244,9); }
div.DivClassName
{
background-color: #19F409;
}
.BgClassName
{
background-color: #19F409;
}
</style>
border-color css
<style>
span { border-color: #19F409; }
span { border-color: rgb(25,244,9); }
td.TdClassName
{
border-color: #19F409;
}
.TagClassName
{
border-color: #19F409;
}
</style>