Shades of Free Speech Green #16E119
Tints of Free Speech Green #16E119
RGB
CMYK
RGB Variations
Color information
#16E119 (or 0x16E119) is known color: Free Speech Green. HEX triplet: 16, E1 and 19. RGB value is (22,225,25). Sum of RGB (Red+Green+Blue) = 22+225+25=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 225 (88.28% from 255 or 82.72% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 225 - color contains mainly: green. Hex color #16E119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16E119 is #E91EE6. Grayscale: #8E8E8E. Windows color (decimal): -15277799 or 1696022. OLE color: 1696022.
HSL color Cylindrical-coordinate representation of color #16E119: hue angle of 120.89º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E119 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 225 | 25 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.12 |
| HSL | 120.89º | 0.82% | 0.48% | - |
| HSV(B) | 120.89º | 0.9% | 0.88% | - |
| XYZ | 27.43 | 54.09 | 9.91 | - |
| YUV | 141.5 | 62.25 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 225 | 25 | 0.90 | 0 | 0.89 | 0.12 | 120.89 | 0.82 | 0.48 |
| Hex | 16 | E1 | 19 | 5A | 0 | 59 | C | 79 | 52 | 30 |
| Octal | 26 | 341 | 31 | 132 | 0 | 131 | 14 | 171 | 122 | 60 |
| Binary | 10110 | 11100001 | 11001 | 1011010 | 0 | 1011001 | 1100 | 1111001 | 1010010 | 110000 |
Color Harmonies of #16E119
Complementary color
Monochromatic Colors of #16E119
Black with #16E119
Text Example
Text Example
White with #16E119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E119; }
p { color: rgb(22,225,25); }
H1.HeaderClassName
{
color: #16E119;
}
.AnyTagClassName
{
color: #16E119;
}
</style>
background-color css
<style>
a { background-color: #16E119; }
a { background-color: rgb(22,225,25); }
div.DivClassName
{
background-color: #16E119;
}
.BgClassName
{
background-color: #16E119;
}
</style>
border-color css
<style>
span { border-color: #16E119; }
span { border-color: rgb(22,225,25); }
td.TdClassName
{
border-color: #16E119;
}
.TagClassName
{
border-color: #16E119;
}
</style>