Shades of Free Speech Green #16E229
Tints of Free Speech Green #16E229
RGB
CMYK
RGB Variations
Color information
#16E229 (or 0x16E229) is known color: Free Speech Green. HEX triplet: 16, E2 and 29. RGB value is (22,226,41). Sum of RGB (Red+Green+Blue) = 22+226+41=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 226 (88.67% from 255 or 78.20% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 226 - color contains mainly: green. Hex color #16E229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E229 is #E91DD6. Grayscale: #909090. Windows color (decimal): -15277527 or 2744854. OLE color: 2744854.
HSL color Cylindrical-coordinate representation of color #16E229: hue angle of 125.59º 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 #16E229 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 226 | 41 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.11 |
| HSL | 125.59º | 0.82% | 0.49% | - |
| HSV(B) | 125.59º | 0.9% | 0.89% | - |
| XYZ | 27.93 | 54.72 | 11.19 | - |
| YUV | 143.91 | 69.91 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 226 | 41 | 0.90 | 0 | 0.82 | 0.11 | 125.59 | 0.82 | 0.49 |
| Hex | 16 | E2 | 29 | 5A | 0 | 52 | B | 7E | 52 | 31 |
| Octal | 26 | 342 | 51 | 132 | 0 | 122 | 13 | 176 | 122 | 61 |
| Binary | 10110 | 11100010 | 101001 | 1011010 | 0 | 1010010 | 1011 | 1111110 | 1010010 | 110001 |
Color Harmonies of #16E229
Complementary color
Monochromatic Colors of #16E229
Black with #16E229
Text Example
Text Example
White with #16E229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E229; }
p { color: rgb(22,226,41); }
H1.HeaderClassName
{
color: #16E229;
}
.AnyTagClassName
{
color: #16E229;
}
</style>
background-color css
<style>
a { background-color: #16E229; }
a { background-color: rgb(22,226,41); }
div.DivClassName
{
background-color: #16E229;
}
.BgClassName
{
background-color: #16E229;
}
</style>
border-color css
<style>
span { border-color: #16E229; }
span { border-color: rgb(22,226,41); }
td.TdClassName
{
border-color: #16E229;
}
.TagClassName
{
border-color: #16E229;
}
</style>