Shades of Free Speech Green #19F321
Tints of Free Speech Green #19F321
RGB
CMYK
RGB Variations
Color information
#19F321 (or 0x19F321) is known color: Free Speech Green. HEX triplet: 19, F3 and 21. RGB value is (25,243,33). Sum of RGB (Red+Green+Blue) = 25+243+33=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 243 (95.31% from 255 or 80.73% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 243 - color contains mainly: green. Hex color #19F321 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F321 is #E60CDE. Grayscale: #9A9A9A. Windows color (decimal): -15076575 or 2224921. OLE color: 2224921.
HSL color Cylindrical-coordinate representation of color #19F321: hue angle of 122.2º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F321 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 243 | 33 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.05 |
| HSL | 122.2º | 0.9% | 0.53% | - |
| HSV(B) | 122.2º | 0.9% | 0.95% | - |
| XYZ | 32.73 | 64.42 | 12.15 | - |
| YUV | 153.88 | 59.78 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 33 | 0.90 | 0 | 0.86 | 0.05 | 122.2 | 0.9 | 0.53 |
| Hex | 19 | F3 | 21 | 5A | 0 | 56 | 5 | 7A | 5A | 35 |
| Octal | 31 | 363 | 41 | 132 | 0 | 126 | 5 | 172 | 132 | 65 |
| Binary | 11001 | 11110011 | 100001 | 1011010 | 0 | 1010110 | 101 | 1111010 | 1011010 | 110101 |
Color Harmonies of #19F321
Complementary color
Monochromatic Colors of #19F321
Black with #19F321
Text Example
Text Example
White with #19F321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F321; }
p { color: rgb(25,243,33); }
H1.HeaderClassName
{
color: #19F321;
}
.AnyTagClassName
{
color: #19F321;
}
</style>
background-color css
<style>
a { background-color: #19F321; }
a { background-color: rgb(25,243,33); }
div.DivClassName
{
background-color: #19F321;
}
.BgClassName
{
background-color: #19F321;
}
</style>
border-color css
<style>
span { border-color: #19F321; }
span { border-color: rgb(25,243,33); }
td.TdClassName
{
border-color: #19F321;
}
.TagClassName
{
border-color: #19F321;
}
</style>