Shades of Free Speech Green #19EC10
Tints of Free Speech Green #19EC10
RGB
CMYK
RGB Variations
Color information
#19EC10 (or 0x19EC10) is known color: Free Speech Green. HEX triplet: 19, EC and 10. RGB value is (25,236,16). Sum of RGB (Red+Green+Blue) = 25+236+16=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 236 (92.58% from 255 or 85.20% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 236 - color contains mainly: green. Hex color #19EC10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19EC10 is #E613EF. Grayscale: #949494. Windows color (decimal): -15078384 or 1109017. OLE color: 1109017.
HSL color Cylindrical-coordinate representation of color #19EC10: hue angle of 117.55º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19EC10 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 236 | 16 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.07 |
| HSL | 117.55º | 0.87% | 0.49% | - |
| HSV(B) | 117.55º | 0.93% | 0.93% | - |
| XYZ | 30.49 | 60.23 | 10.51 | - |
| YUV | 147.83 | 53.6 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 236 | 16 | 0.89 | 0 | 0.93 | 0.07 | 117.55 | 0.87 | 0.49 |
| Hex | 19 | EC | 10 | 59 | 0 | 5D | 7 | 76 | 57 | 31 |
| Octal | 31 | 354 | 20 | 131 | 0 | 135 | 7 | 166 | 127 | 61 |
| Binary | 11001 | 11101100 | 10000 | 1011001 | 0 | 1011101 | 111 | 1110110 | 1010111 | 110001 |
Color Harmonies of #19EC10
Complementary color
Monochromatic Colors of #19EC10
Black with #19EC10
Text Example
Text Example
White with #19EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EC10; }
p { color: rgb(25,236,16); }
H1.HeaderClassName
{
color: #19EC10;
}
.AnyTagClassName
{
color: #19EC10;
}
</style>
background-color css
<style>
a { background-color: #19EC10; }
a { background-color: rgb(25,236,16); }
div.DivClassName
{
background-color: #19EC10;
}
.BgClassName
{
background-color: #19EC10;
}
</style>
border-color css
<style>
span { border-color: #19EC10; }
span { border-color: rgb(25,236,16); }
td.TdClassName
{
border-color: #19EC10;
}
.TagClassName
{
border-color: #19EC10;
}
</style>