Shades of Free Speech Green #19FA1C
Tints of Free Speech Green #19FA1C
RGB
CMYK
RGB Variations
Color information
#19FA1C (or 0x19FA1C) is known color: Free Speech Green. HEX triplet: 19, FA and 1C. RGB value is (25,250,28). Sum of RGB (Red+Green+Blue) = 25+250+28=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 250 (98.05% from 255 or 82.51% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FA1C is #E605E3. Grayscale: #9E9E9E. Windows color (decimal): -15074788 or 1899033. OLE color: 1899033.
HSL color Cylindrical-coordinate representation of color #19FA1C: hue angle of 120.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FA1C is Cyan = 0.9, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 28 | - |
| CMYK | 0.9 | 0 | 0.89 | 0.02 |
| HSL | 120.8º | 0.96% | 0.54% | - |
| HSV(B) | 120.8º | 0.9% | 0.98% | - |
| XYZ | 34.8 | 68.66 | 12.52 | - |
| YUV | 157.42 | 54.96 | 33.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 28 | 0.9 | 0 | 0.89 | 0.02 | 120.8 | 0.96 | 0.54 |
| Hex | 19 | FA | 1C | 5A | 0 | 59 | 2 | 79 | 60 | 36 |
| Octal | 31 | 372 | 34 | 132 | 0 | 131 | 2 | 171 | 140 | 66 |
| Binary | 11001 | 11111010 | 11100 | 1011010 | 0 | 1011001 | 10 | 1111001 | 1100000 | 110110 |
Color Harmonies of #19FA1C
Complementary color
Monochromatic Colors of #19FA1C
Black with #19FA1C
Text Example
Text Example
White with #19FA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA1C; }
p { color: rgb(25,250,28); }
H1.HeaderClassName
{
color: #19FA1C;
}
.AnyTagClassName
{
color: #19FA1C;
}
</style>
background-color css
<style>
a { background-color: #19FA1C; }
a { background-color: rgb(25,250,28); }
div.DivClassName
{
background-color: #19FA1C;
}
.BgClassName
{
background-color: #19FA1C;
}
</style>
border-color css
<style>
span { border-color: #19FA1C; }
span { border-color: rgb(25,250,28); }
td.TdClassName
{
border-color: #19FA1C;
}
.TagClassName
{
border-color: #19FA1C;
}
</style>