Shades of Free Speech Green #19FA33
Tints of Free Speech Green #19FA33
RGB
CMYK
RGB Variations
Color information
#19FA33 (or 0x19FA33) is known color: Free Speech Green. HEX triplet: 19, FA and 33. RGB value is (25,250,51). Sum of RGB (Red+Green+Blue) = 25+250+51=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #19FA33 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19FA33 is #E605CC. Grayscale: #A0A0A0. Windows color (decimal): -15074765 or 3406361. OLE color: 3406361.
HSL color Cylindrical-coordinate representation of color #19FA33: hue angle of 126.93º 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 #19FA33 is Cyan = 0.9, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 250 | 51 | - |
| CMYK | 0.9 | 0 | 0.80 | 0.02 |
| HSL | 126.93º | 0.96% | 0.54% | - |
| HSV(B) | 126.93º | 0.9% | 0.98% | - |
| XYZ | 35.18 | 68.82 | 14.56 | - |
| YUV | 160.04 | 66.46 | 31.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 250 | 51 | 0.9 | 0 | 0.80 | 0.02 | 126.93 | 0.96 | 0.54 |
| Hex | 19 | FA | 33 | 5A | 0 | 50 | 2 | 7F | 60 | 36 |
| Octal | 31 | 372 | 63 | 132 | 0 | 120 | 2 | 177 | 140 | 66 |
| Binary | 11001 | 11111010 | 110011 | 1011010 | 0 | 1010000 | 10 | 1111111 | 1100000 | 110110 |
Color Harmonies of #19FA33
Complementary color
Monochromatic Colors of #19FA33
Black with #19FA33
Text Example
Text Example
White with #19FA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FA33; }
p { color: rgb(25,250,51); }
H1.HeaderClassName
{
color: #19FA33;
}
.AnyTagClassName
{
color: #19FA33;
}
</style>
background-color css
<style>
a { background-color: #19FA33; }
a { background-color: rgb(25,250,51); }
div.DivClassName
{
background-color: #19FA33;
}
.BgClassName
{
background-color: #19FA33;
}
</style>
border-color css
<style>
span { border-color: #19FA33; }
span { border-color: rgb(25,250,51); }
td.TdClassName
{
border-color: #19FA33;
}
.TagClassName
{
border-color: #19FA33;
}
</style>