Shades of Free Speech Green #19F021
Tints of Free Speech Green #19F021
RGB
CMYK
RGB Variations
Color information
#19F021 (or 0x19F021) is known color: Free Speech Green. HEX triplet: 19, F0 and 21. RGB value is (25,240,33). Sum of RGB (Red+Green+Blue) = 25+240+33=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 240 (94.14% from 255 or 80.54% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 240 - color contains mainly: green. Hex color #19F021 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F021 is #E60FDE. Grayscale: #989898. Windows color (decimal): -15077343 or 2224153. OLE color: 2224153.
HSL color Cylindrical-coordinate representation of color #19F021: hue angle of 122.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F021 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 240 | 33 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.06 |
| HSL | 122.23º | 0.88% | 0.52% | - |
| HSV(B) | 122.23º | 0.9% | 0.94% | - |
| XYZ | 31.84 | 62.64 | 11.85 | - |
| YUV | 152.12 | 60.77 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 240 | 33 | 0.90 | 0 | 0.86 | 0.06 | 122.23 | 0.88 | 0.52 |
| Hex | 19 | F0 | 21 | 5A | 0 | 56 | 6 | 7A | 58 | 34 |
| Octal | 31 | 360 | 41 | 132 | 0 | 126 | 6 | 172 | 130 | 64 |
| Binary | 11001 | 11110000 | 100001 | 1011010 | 0 | 1010110 | 110 | 1111010 | 1011000 | 110100 |
Color Harmonies of #19F021
Complementary color
Monochromatic Colors of #19F021
Black with #19F021
Text Example
Text Example
White with #19F021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F021; }
p { color: rgb(25,240,33); }
H1.HeaderClassName
{
color: #19F021;
}
.AnyTagClassName
{
color: #19F021;
}
</style>
background-color css
<style>
a { background-color: #19F021; }
a { background-color: rgb(25,240,33); }
div.DivClassName
{
background-color: #19F021;
}
.BgClassName
{
background-color: #19F021;
}
</style>
border-color css
<style>
span { border-color: #19F021; }
span { border-color: rgb(25,240,33); }
td.TdClassName
{
border-color: #19F021;
}
.TagClassName
{
border-color: #19F021;
}
</style>