Shades of Free Speech Green #19FE1D
Tints of Free Speech Green #19FE1D
RGB
CMYK
RGB Variations
Color information
#19FE1D (or 0x19FE1D) is known color: Free Speech Green. HEX triplet: 19, FE and 1D. RGB value is (25,254,29). Sum of RGB (Red+Green+Blue) = 25+254+29=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 254 (99.61% from 255 or 82.47% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 254 - color contains mainly: green. Hex color #19FE1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FE1D is #E601E2. Grayscale: #A0A0A0. Windows color (decimal): -15073763 or 1965593. OLE color: 1965593.
HSL color Cylindrical-coordinate representation of color #19FE1D: hue angle of 121.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FE1D is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 254 | 29 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.00 |
| HSL | 121.05º | 0.99% | 0.55% | - |
| HSV(B) | 121.05º | 0.9% | 1% | - |
| XYZ | 36.06 | 71.18 | 13 | - |
| YUV | 159.88 | 54.13 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 254 | 29 | 0.90 | 0 | 0.89 | 0.00 | 121.05 | 0.99 | 0.55 |
| Hex | 19 | FE | 1D | 5A | 0 | 59 | 0 | 79 | 63 | 37 |
| Octal | 31 | 376 | 35 | 132 | 0 | 131 | 0 | 171 | 143 | 67 |
| Binary | 11001 | 11111110 | 11101 | 1011010 | 0 | 1011001 | 0 | 1111001 | 1100011 | 110111 |
Color Harmonies of #19FE1D
Complementary color
Monochromatic Colors of #19FE1D
Black with #19FE1D
Text Example
Text Example
White with #19FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FE1D; }
p { color: rgb(25,254,29); }
H1.HeaderClassName
{
color: #19FE1D;
}
.AnyTagClassName
{
color: #19FE1D;
}
</style>
background-color css
<style>
a { background-color: #19FE1D; }
a { background-color: rgb(25,254,29); }
div.DivClassName
{
background-color: #19FE1D;
}
.BgClassName
{
background-color: #19FE1D;
}
</style>
border-color css
<style>
span { border-color: #19FE1D; }
span { border-color: rgb(25,254,29); }
td.TdClassName
{
border-color: #19FE1D;
}
.TagClassName
{
border-color: #19FE1D;
}
</style>