Shades of Free Speech Green #19F821
Tints of Free Speech Green #19F821
RGB
CMYK
RGB Variations
Color information
#19F821 (or 0x19F821) is known color: Free Speech Green. HEX triplet: 19, F8 and 21. RGB value is (25,248,33). Sum of RGB (Red+Green+Blue) = 25+248+33=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 248 (97.27% from 255 or 81.05% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 248 - color contains mainly: green. Hex color #19F821 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F821 is #E607DE. Grayscale: #9D9D9D. Windows color (decimal): -15075295 or 2226201. OLE color: 2226201.
HSL color Cylindrical-coordinate representation of color #19F821: hue angle of 122.15º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F821 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 248 | 33 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.03 |
| HSL | 122.15º | 0.94% | 0.54% | - |
| HSV(B) | 122.15º | 0.9% | 0.97% | - |
| XYZ | 34.24 | 67.45 | 12.65 | - |
| YUV | 156.81 | 58.12 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 248 | 33 | 0.90 | 0 | 0.87 | 0.03 | 122.15 | 0.94 | 0.54 |
| Hex | 19 | F8 | 21 | 5A | 0 | 57 | 3 | 7A | 5E | 36 |
| Octal | 31 | 370 | 41 | 132 | 0 | 127 | 3 | 172 | 136 | 66 |
| Binary | 11001 | 11111000 | 100001 | 1011010 | 0 | 1010111 | 11 | 1111010 | 1011110 | 110110 |
Color Harmonies of #19F821
Complementary color
Monochromatic Colors of #19F821
Black with #19F821
Text Example
Text Example
White with #19F821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F821; }
p { color: rgb(25,248,33); }
H1.HeaderClassName
{
color: #19F821;
}
.AnyTagClassName
{
color: #19F821;
}
</style>
background-color css
<style>
a { background-color: #19F821; }
a { background-color: rgb(25,248,33); }
div.DivClassName
{
background-color: #19F821;
}
.BgClassName
{
background-color: #19F821;
}
</style>
border-color css
<style>
span { border-color: #19F821; }
span { border-color: rgb(25,248,33); }
td.TdClassName
{
border-color: #19F821;
}
.TagClassName
{
border-color: #19F821;
}
</style>