Shades of Free Speech Green #19F02C
Tints of Free Speech Green #19F02C
RGB
CMYK
RGB Variations
Color information
#19F02C (or 0x19F02C) is known color: Free Speech Green. HEX triplet: 19, F0 and 2C. RGB value is (25,240,44). Sum of RGB (Red+Green+Blue) = 25+240+44=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 240 (94.14% from 255 or 77.67% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 240 - color contains mainly: green. Hex color #19F02C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F02C is #E60FD3. Grayscale: #999999. Windows color (decimal): -15077332 or 2945049. OLE color: 2945049.
HSL color Cylindrical-coordinate representation of color #19F02C: hue angle of 125.3º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F02C is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 240 | 44 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.06 |
| HSL | 125.3º | 0.88% | 0.52% | - |
| HSV(B) | 125.3º | 0.9% | 0.94% | - |
| XYZ | 32.02 | 62.71 | 12.8 | - |
| YUV | 153.37 | 66.27 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 240 | 44 | 0.90 | 0 | 0.82 | 0.06 | 125.3 | 0.88 | 0.52 |
| Hex | 19 | F0 | 2C | 5A | 0 | 52 | 6 | 7D | 58 | 34 |
| Octal | 31 | 360 | 54 | 132 | 0 | 122 | 6 | 175 | 130 | 64 |
| Binary | 11001 | 11110000 | 101100 | 1011010 | 0 | 1010010 | 110 | 1111101 | 1011000 | 110100 |
Color Harmonies of #19F02C
Complementary color
Monochromatic Colors of #19F02C
Black with #19F02C
Text Example
Text Example
White with #19F02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F02C; }
p { color: rgb(25,240,44); }
H1.HeaderClassName
{
color: #19F02C;
}
.AnyTagClassName
{
color: #19F02C;
}
</style>
background-color css
<style>
a { background-color: #19F02C; }
a { background-color: rgb(25,240,44); }
div.DivClassName
{
background-color: #19F02C;
}
.BgClassName
{
background-color: #19F02C;
}
</style>
border-color css
<style>
span { border-color: #19F02C; }
span { border-color: rgb(25,240,44); }
td.TdClassName
{
border-color: #19F02C;
}
.TagClassName
{
border-color: #19F02C;
}
</style>