Shades of Free Speech Green #19FA25
Tints of Free Speech Green #19FA25
RGB
CMYK
RGB Variations
Color information
#19FA25 (or 0x19FA25) is known color: Free Speech Green. HEX triplet: 19, FA and 25. RGB value is (25,250,37). Sum of RGB (Red+Green+Blue) = 25+250+37=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 250 (98.05% from 255 or 80.13% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA25 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FA25 is #E605DA. Grayscale: #9F9F9F. Windows color (decimal): -15074779 or 2488857. OLE color: 2488857.
HSL color Cylindrical-coordinate representation of color #19FA25: hue angle of 123.2º 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 #19FA25 is Cyan = 0.9, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 37 | - |
| CMYK | 0.9 | 0 | 0.85 | 0.02 |
| HSL | 123.2º | 0.96% | 0.54% | - |
| HSV(B) | 123.2º | 0.9% | 0.98% | - |
| XYZ | 34.92 | 68.71 | 13.17 | - |
| YUV | 158.44 | 59.46 | 32.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 37 | 0.9 | 0 | 0.85 | 0.02 | 123.2 | 0.96 | 0.54 |
| Hex | 19 | FA | 25 | 5A | 0 | 55 | 2 | 7B | 60 | 36 |
| Octal | 31 | 372 | 45 | 132 | 0 | 125 | 2 | 173 | 140 | 66 |
| Binary | 11001 | 11111010 | 100101 | 1011010 | 0 | 1010101 | 10 | 1111011 | 1100000 | 110110 |
Color Harmonies of #19FA25
Complementary color
Monochromatic Colors of #19FA25
Black with #19FA25
Text Example
Text Example
White with #19FA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA25; }
p { color: rgb(25,250,37); }
H1.HeaderClassName
{
color: #19FA25;
}
.AnyTagClassName
{
color: #19FA25;
}
</style>
background-color css
<style>
a { background-color: #19FA25; }
a { background-color: rgb(25,250,37); }
div.DivClassName
{
background-color: #19FA25;
}
.BgClassName
{
background-color: #19FA25;
}
</style>
border-color css
<style>
span { border-color: #19FA25; }
span { border-color: rgb(25,250,37); }
td.TdClassName
{
border-color: #19FA25;
}
.TagClassName
{
border-color: #19FA25;
}
</style>