Shades of Free Speech Green #19E60F
Tints of Free Speech Green #19E60F
RGB
CMYK
RGB Variations
Color information
#19E60F (or 0x19E60F) is known color: Free Speech Green. HEX triplet: 19, E6 and 0F. RGB value is (25,230,15). Sum of RGB (Red+Green+Blue) = 25+230+15=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 230 (90.23% from 255 or 85.19% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 230 - color contains mainly: green. Hex color #19E60F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19E60F is #E619F0. Grayscale: #909090. Windows color (decimal): -15079921 or 1041945. OLE color: 1041945.
HSL color Cylindrical-coordinate representation of color #19E60F: hue angle of 117.21º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19E60F is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 230 | 15 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.10 |
| HSL | 117.21º | 0.88% | 0.48% | - |
| HSV(B) | 117.21º | 0.93% | 0.9% | - |
| XYZ | 28.78 | 56.83 | 9.91 | - |
| YUV | 144.2 | 55.08 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 230 | 15 | 0.89 | 0 | 0.93 | 0.10 | 117.21 | 0.88 | 0.48 |
| Hex | 19 | E6 | F | 59 | 0 | 5D | A | 75 | 58 | 30 |
| Octal | 31 | 346 | 17 | 131 | 0 | 135 | 12 | 165 | 130 | 60 |
| Binary | 11001 | 11100110 | 1111 | 1011001 | 0 | 1011101 | 1010 | 1110101 | 1011000 | 110000 |
Color Harmonies of #19E60F
Complementary color
Monochromatic Colors of #19E60F
Black with #19E60F
Text Example
Text Example
White with #19E60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E60F; }
p { color: rgb(25,230,15); }
H1.HeaderClassName
{
color: #19E60F;
}
.AnyTagClassName
{
color: #19E60F;
}
</style>
background-color css
<style>
a { background-color: #19E60F; }
a { background-color: rgb(25,230,15); }
div.DivClassName
{
background-color: #19E60F;
}
.BgClassName
{
background-color: #19E60F;
}
</style>
border-color css
<style>
span { border-color: #19E60F; }
span { border-color: rgb(25,230,15); }
td.TdClassName
{
border-color: #19E60F;
}
.TagClassName
{
border-color: #19E60F;
}
</style>