Shades of Free Speech Green #19FA28
Tints of Free Speech Green #19FA28
RGB
CMYK
RGB Variations
Color information
#19FA28 (or 0x19FA28) is known color: Free Speech Green. HEX triplet: 19, FA and 28. RGB value is (25,250,40). Sum of RGB (Red+Green+Blue) = 25+250+40=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 250 (98.05% from 255 or 79.37% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FA28 is #E605D7. Grayscale: #9F9F9F. Windows color (decimal): -15074776 or 2685465. OLE color: 2685465.
HSL color Cylindrical-coordinate representation of color #19FA28: hue angle of 124º 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 #19FA28 is Cyan = 0.9, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 40 | - |
| CMYK | 0.9 | 0 | 0.84 | 0.02 |
| HSL | 124º | 0.96% | 0.54% | - |
| HSV(B) | 124º | 0.9% | 0.98% | - |
| XYZ | 34.97 | 68.73 | 13.43 | - |
| YUV | 158.79 | 60.96 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 40 | 0.9 | 0 | 0.84 | 0.02 | 124 | 0.96 | 0.54 |
| Hex | 19 | FA | 28 | 5A | 0 | 54 | 2 | 7C | 60 | 36 |
| Octal | 31 | 372 | 50 | 132 | 0 | 124 | 2 | 174 | 140 | 66 |
| Binary | 11001 | 11111010 | 101000 | 1011010 | 0 | 1010100 | 10 | 1111100 | 1100000 | 110110 |
Color Harmonies of #19FA28
Complementary color
Monochromatic Colors of #19FA28
Black with #19FA28
Text Example
Text Example
White with #19FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA28; }
p { color: rgb(25,250,40); }
H1.HeaderClassName
{
color: #19FA28;
}
.AnyTagClassName
{
color: #19FA28;
}
</style>
background-color css
<style>
a { background-color: #19FA28; }
a { background-color: rgb(25,250,40); }
div.DivClassName
{
background-color: #19FA28;
}
.BgClassName
{
background-color: #19FA28;
}
</style>
border-color css
<style>
span { border-color: #19FA28; }
span { border-color: rgb(25,250,40); }
td.TdClassName
{
border-color: #19FA28;
}
.TagClassName
{
border-color: #19FA28;
}
</style>