Shades of Free Speech Green #19F509
Tints of Free Speech Green #19F509
RGB
CMYK
RGB Variations
Color information
#19F509 (or 0x19F509) is known color: Free Speech Green. HEX triplet: 19, F5 and 09. RGB value is (25,245,9). Sum of RGB (Red+Green+Blue) = 25+245+9=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 245 (96.09% from 255 or 87.81% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 245 - color contains mainly: green. Hex color #19F509 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19F509 is #E60AF6. Grayscale: #999999. Windows color (decimal): -15076087 or 652569. OLE color: 652569.
HSL color Cylindrical-coordinate representation of color #19F509: hue angle of 115.93º 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 #19F509 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 245 | 9 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.04 |
| HSL | 115.93º | 0.93% | 0.5% | - |
| HSV(B) | 115.93º | 0.96% | 0.96% | - |
| XYZ | 33.1 | 65.53 | 11.16 | - |
| YUV | 152.32 | 47.11 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 245 | 9 | 0.90 | 0 | 0.96 | 0.04 | 115.93 | 0.93 | 0.5 |
| Hex | 19 | F5 | 9 | 5A | 0 | 60 | 4 | 74 | 5D | 32 |
| Octal | 31 | 365 | 11 | 132 | 0 | 140 | 4 | 164 | 135 | 62 |
| Binary | 11001 | 11110101 | 1001 | 1011010 | 0 | 1100000 | 100 | 1110100 | 1011101 | 110010 |
Color Harmonies of #19F509
Complementary color
Monochromatic Colors of #19F509
Black with #19F509
Text Example
Text Example
White with #19F509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F509; }
p { color: rgb(25,245,9); }
H1.HeaderClassName
{
color: #19F509;
}
.AnyTagClassName
{
color: #19F509;
}
</style>
background-color css
<style>
a { background-color: #19F509; }
a { background-color: rgb(25,245,9); }
div.DivClassName
{
background-color: #19F509;
}
.BgClassName
{
background-color: #19F509;
}
</style>
border-color css
<style>
span { border-color: #19F509; }
span { border-color: rgb(25,245,9); }
td.TdClassName
{
border-color: #19F509;
}
.TagClassName
{
border-color: #19F509;
}
</style>