Shades of Free Speech Green #19F109
Tints of Free Speech Green #19F109
RGB
CMYK
RGB Variations
Color information
#19F109 (or 0x19F109) is known color: Free Speech Green. HEX triplet: 19, F1 and 09. RGB value is (25,241,9). Sum of RGB (Red+Green+Blue) = 25+241+9=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 241 (94.53% from 255 or 87.64% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 241 - color contains mainly: green. Hex color #19F109 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19F109 is #E60EF6. Grayscale: #969696. Windows color (decimal): -15077111 or 651545. OLE color: 651545.
HSL color Cylindrical-coordinate representation of color #19F109: hue angle of 115.86º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19F109 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 241 | 9 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.05 |
| HSL | 115.86º | 0.93% | 0.49% | - |
| HSV(B) | 115.86º | 0.96% | 0.95% | - |
| XYZ | 31.91 | 63.14 | 10.76 | - |
| YUV | 149.97 | 48.44 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 9 | 0.90 | 0 | 0.96 | 0.05 | 115.86 | 0.93 | 0.49 |
| Hex | 19 | F1 | 9 | 5A | 0 | 60 | 5 | 74 | 5D | 31 |
| Octal | 31 | 361 | 11 | 132 | 0 | 140 | 5 | 164 | 135 | 61 |
| Binary | 11001 | 11110001 | 1001 | 1011010 | 0 | 1100000 | 101 | 1110100 | 1011101 | 110001 |
Color Harmonies of #19F109
Complementary color
Monochromatic Colors of #19F109
Black with #19F109
Text Example
Text Example
White with #19F109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F109; }
p { color: rgb(25,241,9); }
H1.HeaderClassName
{
color: #19F109;
}
.AnyTagClassName
{
color: #19F109;
}
</style>
background-color css
<style>
a { background-color: #19F109; }
a { background-color: rgb(25,241,9); }
div.DivClassName
{
background-color: #19F109;
}
.BgClassName
{
background-color: #19F109;
}
</style>
border-color css
<style>
span { border-color: #19F109; }
span { border-color: rgb(25,241,9); }
td.TdClassName
{
border-color: #19F109;
}
.TagClassName
{
border-color: #19F109;
}
</style>