Shades of Free Speech Green #19FA21
Tints of Free Speech Green #19FA21
RGB
CMYK
RGB Variations
Color information
#19FA21 (or 0x19FA21) is known color: Free Speech Green. HEX triplet: 19, FA and 21. RGB value is (25,250,33). Sum of RGB (Red+Green+Blue) = 25+250+33=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 250 (98.05% from 255 or 81.17% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FA21 is #E605DE. Grayscale: #9E9E9E. Windows color (decimal): -15074783 or 2226713. OLE color: 2226713.
HSL color Cylindrical-coordinate representation of color #19FA21: hue angle of 122.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FA21 is Cyan = 0.9, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 33 | - |
| CMYK | 0.9 | 0 | 0.87 | 0.02 |
| HSL | 122.13º | 0.96% | 0.54% | - |
| HSV(B) | 122.13º | 0.9% | 0.98% | - |
| XYZ | 34.86 | 68.69 | 12.86 | - |
| YUV | 157.99 | 57.46 | 33.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 33 | 0.9 | 0 | 0.87 | 0.02 | 122.13 | 0.96 | 0.54 |
| Hex | 19 | FA | 21 | 5A | 0 | 57 | 2 | 7A | 60 | 36 |
| Octal | 31 | 372 | 41 | 132 | 0 | 127 | 2 | 172 | 140 | 66 |
| Binary | 11001 | 11111010 | 100001 | 1011010 | 0 | 1010111 | 10 | 1111010 | 1100000 | 110110 |
Color Harmonies of #19FA21
Complementary color
Monochromatic Colors of #19FA21
Black with #19FA21
Text Example
Text Example
White with #19FA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA21; }
p { color: rgb(25,250,33); }
H1.HeaderClassName
{
color: #19FA21;
}
.AnyTagClassName
{
color: #19FA21;
}
</style>
background-color css
<style>
a { background-color: #19FA21; }
a { background-color: rgb(25,250,33); }
div.DivClassName
{
background-color: #19FA21;
}
.BgClassName
{
background-color: #19FA21;
}
</style>
border-color css
<style>
span { border-color: #19FA21; }
span { border-color: rgb(25,250,33); }
td.TdClassName
{
border-color: #19FA21;
}
.TagClassName
{
border-color: #19FA21;
}
</style>