Shades of Free Speech Green #19E217
Tints of Free Speech Green #19E217
RGB
CMYK
RGB Variations
Color information
#19E217 (or 0x19E217) is known color: Free Speech Green. HEX triplet: 19, E2 and 17. RGB value is (25,226,23). Sum of RGB (Red+Green+Blue) = 25+226+23=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 226 (88.67% from 255 or 82.48% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 226 - color contains mainly: green. Hex color #19E217 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19E217 is #E61DE8. Grayscale: #8F8F8F. Windows color (decimal): -15080937 or 1565209. OLE color: 1565209.
HSL color Cylindrical-coordinate representation of color #19E217: hue angle of 119.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19E217 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 226 | 23 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.11 |
| HSL | 119.41º | 0.82% | 0.49% | - |
| HSV(B) | 119.41º | 0.9% | 0.89% | - |
| XYZ | 27.75 | 54.66 | 9.9 | - |
| YUV | 142.76 | 60.41 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 226 | 23 | 0.89 | 0 | 0.90 | 0.11 | 119.41 | 0.82 | 0.49 |
| Hex | 19 | E2 | 17 | 59 | 0 | 5A | B | 77 | 52 | 31 |
| Octal | 31 | 342 | 27 | 131 | 0 | 132 | 13 | 167 | 122 | 61 |
| Binary | 11001 | 11100010 | 10111 | 1011001 | 0 | 1011010 | 1011 | 1110111 | 1010010 | 110001 |
Color Harmonies of #19E217
Complementary color
Monochromatic Colors of #19E217
Black with #19E217
Text Example
Text Example
White with #19E217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E217; }
p { color: rgb(25,226,23); }
H1.HeaderClassName
{
color: #19E217;
}
.AnyTagClassName
{
color: #19E217;
}
</style>
background-color css
<style>
a { background-color: #19E217; }
a { background-color: rgb(25,226,23); }
div.DivClassName
{
background-color: #19E217;
}
.BgClassName
{
background-color: #19E217;
}
</style>
border-color css
<style>
span { border-color: #19E217; }
span { border-color: rgb(25,226,23); }
td.TdClassName
{
border-color: #19E217;
}
.TagClassName
{
border-color: #19E217;
}
</style>