Shades of Free Speech Green #19F512
Tints of Free Speech Green #19F512
RGB
CMYK
RGB Variations
Color information
#19F512 (or 0x19F512) is known color: Free Speech Green. HEX triplet: 19, F5 and 12. RGB value is (25,245,18). Sum of RGB (Red+Green+Blue) = 25+245+18=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 245 (96.09% from 255 or 85.07% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 245 - color contains mainly: green. Hex color #19F512 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19F512 is #E60AED. Grayscale: #9A9A9A. Windows color (decimal): -15076078 or 1242393. OLE color: 1242393.
HSL color Cylindrical-coordinate representation of color #19F512: hue angle of 118.15º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19F512 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 245 | 18 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.04 |
| HSL | 118.15º | 0.92% | 0.52% | - |
| HSV(B) | 118.15º | 0.93% | 0.96% | - |
| XYZ | 33.16 | 65.56 | 11.48 | - |
| YUV | 153.34 | 51.61 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 245 | 18 | 0.90 | 0 | 0.93 | 0.04 | 118.15 | 0.92 | 0.52 |
| Hex | 19 | F5 | 12 | 5A | 0 | 5D | 4 | 76 | 5C | 34 |
| Octal | 31 | 365 | 22 | 132 | 0 | 135 | 4 | 166 | 134 | 64 |
| Binary | 11001 | 11110101 | 10010 | 1011010 | 0 | 1011101 | 100 | 1110110 | 1011100 | 110100 |
Color Harmonies of #19F512
Complementary color
Monochromatic Colors of #19F512
Black with #19F512
Text Example
Text Example
White with #19F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F512; }
p { color: rgb(25,245,18); }
H1.HeaderClassName
{
color: #19F512;
}
.AnyTagClassName
{
color: #19F512;
}
</style>
background-color css
<style>
a { background-color: #19F512; }
a { background-color: rgb(25,245,18); }
div.DivClassName
{
background-color: #19F512;
}
.BgClassName
{
background-color: #19F512;
}
</style>
border-color css
<style>
span { border-color: #19F512; }
span { border-color: rgb(25,245,18); }
td.TdClassName
{
border-color: #19F512;
}
.TagClassName
{
border-color: #19F512;
}
</style>