Shades of Free Speech Green #19FF07
Tints of Free Speech Green #19FF07
RGB
CMYK
RGB Variations
Color information
#19FF07 (or 0x19FF07) is known color: Free Speech Green. HEX triplet: 19, FF and 07. RGB value is (25,255,7). Sum of RGB (Red+Green+Blue) = 25+255+7=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 255 (100% from 255 or 88.85% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19FF07 is #E600F8. Grayscale: #9E9E9E. Windows color (decimal): -15073529 or 524057. OLE color: 524057.
HSL color Cylindrical-coordinate representation of color #19FF07: hue angle of 115.65º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19FF07 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 7 | - |
| CMYK | 0.90 | 0 | 0.97 | 0 |
| HSL | 115.65º | 1% | 0.51% | - |
| HSV(B) | 115.65º | 0.97% | 1% | - |
| XYZ | 36.2 | 71.74 | 12.14 | - |
| YUV | 157.96 | 42.8 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 7 | 0.90 | 0 | 0.97 | 0 | 115.65 | 1 | 0.51 |
| Hex | 19 | FF | 7 | 5A | 0 | 61 | 0 | 74 | 64 | 33 |
| Octal | 31 | 377 | 7 | 132 | 0 | 141 | 0 | 164 | 144 | 63 |
| Binary | 11001 | 11111111 | 111 | 1011010 | 0 | 1100001 | 0 | 1110100 | 1100100 | 110011 |
Color Harmonies of #19FF07
Complementary color
Monochromatic Colors of #19FF07
Black with #19FF07
Text Example
Text Example
White with #19FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF07; }
p { color: rgb(25,255,7); }
H1.HeaderClassName
{
color: #19FF07;
}
.AnyTagClassName
{
color: #19FF07;
}
</style>
background-color css
<style>
a { background-color: #19FF07; }
a { background-color: rgb(25,255,7); }
div.DivClassName
{
background-color: #19FF07;
}
.BgClassName
{
background-color: #19FF07;
}
</style>
border-color css
<style>
span { border-color: #19FF07; }
span { border-color: rgb(25,255,7); }
td.TdClassName
{
border-color: #19FF07;
}
.TagClassName
{
border-color: #19FF07;
}
</style>