Shades of Free Speech Green #19F224
Tints of Free Speech Green #19F224
RGB
CMYK
RGB Variations
Color information
#19F224 (or 0x19F224) is known color: Free Speech Green. HEX triplet: 19, F2 and 24. RGB value is (25,242,36). Sum of RGB (Red+Green+Blue) = 25+242+36=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 242 (94.92% from 255 or 79.87% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 242 - color contains mainly: green. Hex color #19F224 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F224 is #E60DDB. Grayscale: #9A9A9A. Windows color (decimal): -15076828 or 2421273. OLE color: 2421273.
HSL color Cylindrical-coordinate representation of color #19F224: hue angle of 123.04º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F224 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 242 | 36 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.05 |
| HSL | 123.04º | 0.89% | 0.52% | - |
| HSV(B) | 123.04º | 0.9% | 0.95% | - |
| XYZ | 32.47 | 63.84 | 12.28 | - |
| YUV | 153.63 | 61.61 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 242 | 36 | 0.90 | 0 | 0.85 | 0.05 | 123.04 | 0.89 | 0.52 |
| Hex | 19 | F2 | 24 | 5A | 0 | 55 | 5 | 7B | 59 | 34 |
| Octal | 31 | 362 | 44 | 132 | 0 | 125 | 5 | 173 | 131 | 64 |
| Binary | 11001 | 11110010 | 100100 | 1011010 | 0 | 1010101 | 101 | 1111011 | 1011001 | 110100 |
Color Harmonies of #19F224
Complementary color
Monochromatic Colors of #19F224
Black with #19F224
Text Example
Text Example
White with #19F224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F224; }
p { color: rgb(25,242,36); }
H1.HeaderClassName
{
color: #19F224;
}
.AnyTagClassName
{
color: #19F224;
}
</style>
background-color css
<style>
a { background-color: #19F224; }
a { background-color: rgb(25,242,36); }
div.DivClassName
{
background-color: #19F224;
}
.BgClassName
{
background-color: #19F224;
}
</style>
border-color css
<style>
span { border-color: #19F224; }
span { border-color: rgb(25,242,36); }
td.TdClassName
{
border-color: #19F224;
}
.TagClassName
{
border-color: #19F224;
}
</style>