Shades of Free Speech Green #19F41C
Tints of Free Speech Green #19F41C
RGB
CMYK
RGB Variations
Color information
#19F41C (or 0x19F41C) is known color: Free Speech Green. HEX triplet: 19, F4 and 1C. RGB value is (25,244,28). Sum of RGB (Red+Green+Blue) = 25+244+28=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 244 (95.70% from 255 or 82.15% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 244 - color contains mainly: green. Hex color #19F41C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F41C is #E60BE3. Grayscale: #9A9A9A. Windows color (decimal): -15076324 or 1897497. OLE color: 1897497.
HSL color Cylindrical-coordinate representation of color #19F41C: hue angle of 120.82º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F41C is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 244 | 28 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.04 |
| HSL | 120.82º | 0.91% | 0.53% | - |
| HSV(B) | 120.82º | 0.9% | 0.96% | - |
| XYZ | 32.96 | 64.99 | 11.91 | - |
| YUV | 153.9 | 56.95 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 244 | 28 | 0.90 | 0 | 0.89 | 0.04 | 120.82 | 0.91 | 0.53 |
| Hex | 19 | F4 | 1C | 5A | 0 | 59 | 4 | 79 | 5B | 35 |
| Octal | 31 | 364 | 34 | 132 | 0 | 131 | 4 | 171 | 133 | 65 |
| Binary | 11001 | 11110100 | 11100 | 1011010 | 0 | 1011001 | 100 | 1111001 | 1011011 | 110101 |
Color Harmonies of #19F41C
Complementary color
Monochromatic Colors of #19F41C
Black with #19F41C
Text Example
Text Example
White with #19F41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F41C; }
p { color: rgb(25,244,28); }
H1.HeaderClassName
{
color: #19F41C;
}
.AnyTagClassName
{
color: #19F41C;
}
</style>
background-color css
<style>
a { background-color: #19F41C; }
a { background-color: rgb(25,244,28); }
div.DivClassName
{
background-color: #19F41C;
}
.BgClassName
{
background-color: #19F41C;
}
</style>
border-color css
<style>
span { border-color: #19F41C; }
span { border-color: rgb(25,244,28); }
td.TdClassName
{
border-color: #19F41C;
}
.TagClassName
{
border-color: #19F41C;
}
</style>