Shades of Free Speech Green #19FF08
Tints of Free Speech Green #19FF08
RGB
CMYK
RGB Variations
Color information
#19FF08 (or 0x19FF08) is known color: Free Speech Green. HEX triplet: 19, FF and 08. RGB value is (25,255,8). Sum of RGB (Red+Green+Blue) = 25+255+8=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 255 (100% from 255 or 88.54% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 255 - color contains mainly: green. Hex color #19FF08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19FF08 is #E600F7. Grayscale: #9E9E9E. Windows color (decimal): -15073528 or 589593. OLE color: 589593.
HSL color Cylindrical-coordinate representation of color #19FF08: hue angle of 115.87º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19FF08 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 8 | - |
| CMYK | 0.90 | 0 | 0.97 | 0 |
| HSL | 115.87º | 1% | 0.52% | - |
| HSV(B) | 115.87º | 0.97% | 1% | - |
| XYZ | 36.2 | 71.74 | 12.17 | - |
| YUV | 158.07 | 43.3 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 8 | 0.90 | 0 | 0.97 | 0 | 115.87 | 1 | 0.52 |
| Hex | 19 | FF | 8 | 5A | 0 | 61 | 0 | 74 | 64 | 34 |
| Octal | 31 | 377 | 10 | 132 | 0 | 141 | 0 | 164 | 144 | 64 |
| Binary | 11001 | 11111111 | 1000 | 1011010 | 0 | 1100001 | 0 | 1110100 | 1100100 | 110100 |
Color Harmonies of #19FF08
Complementary color
Monochromatic Colors of #19FF08
Black with #19FF08
Text Example
Text Example
White with #19FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FF08; }
p { color: rgb(25,255,8); }
H1.HeaderClassName
{
color: #19FF08;
}
.AnyTagClassName
{
color: #19FF08;
}
</style>
background-color css
<style>
a { background-color: #19FF08; }
a { background-color: rgb(25,255,8); }
div.DivClassName
{
background-color: #19FF08;
}
.BgClassName
{
background-color: #19FF08;
}
</style>
border-color css
<style>
span { border-color: #19FF08; }
span { border-color: rgb(25,255,8); }
td.TdClassName
{
border-color: #19FF08;
}
.TagClassName
{
border-color: #19FF08;
}
</style>