Shades of Free Speech Green #19FE06
Tints of Free Speech Green #19FE06
RGB
CMYK
RGB Variations
Color information
#19FE06 (or 0x19FE06) is known color: Free Speech Green. HEX triplet: 19, FE and 06. RGB value is (25,254,6). Sum of RGB (Red+Green+Blue) = 25+254+6=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 254 (99.61% from 255 or 89.12% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 254 - color contains mainly: green. Hex color #19FE06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19FE06 is #E601F9. Grayscale: #9E9E9E. Windows color (decimal): -15073786 or 458265. OLE color: 458265.
HSL color Cylindrical-coordinate representation of color #19FE06: hue angle of 115.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19FE06 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 6 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.00 |
| HSL | 115.4º | 0.99% | 0.51% | - |
| HSV(B) | 115.4º | 0.98% | 1% | - |
| XYZ | 35.88 | 71.1 | 12.01 | - |
| YUV | 157.26 | 42.63 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 6 | 0.90 | 0 | 0.98 | 0.00 | 115.4 | 0.99 | 0.51 |
| Hex | 19 | FE | 6 | 5A | 0 | 62 | 0 | 73 | 63 | 33 |
| Octal | 31 | 376 | 6 | 132 | 0 | 142 | 0 | 163 | 143 | 63 |
| Binary | 11001 | 11111110 | 110 | 1011010 | 0 | 1100010 | 0 | 1110011 | 1100011 | 110011 |
Color Harmonies of #19FE06
Complementary color
Monochromatic Colors of #19FE06
Black with #19FE06
Text Example
Text Example
White with #19FE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FE06; }
p { color: rgb(25,254,6); }
H1.HeaderClassName
{
color: #19FE06;
}
.AnyTagClassName
{
color: #19FE06;
}
</style>
background-color css
<style>
a { background-color: #19FE06; }
a { background-color: rgb(25,254,6); }
div.DivClassName
{
background-color: #19FE06;
}
.BgClassName
{
background-color: #19FE06;
}
</style>
border-color css
<style>
span { border-color: #19FE06; }
span { border-color: rgb(25,254,6); }
td.TdClassName
{
border-color: #19FE06;
}
.TagClassName
{
border-color: #19FE06;
}
</style>