Shades of Free Speech Green #16E40C
Tints of Free Speech Green #16E40C
RGB
CMYK
RGB Variations
Color information
#16E40C (or 0x16E40C) is known color: Free Speech Green. HEX triplet: 16, E4 and 0C. RGB value is (22,228,12). Sum of RGB (Red+Green+Blue) = 22+228+12=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 228 (89.45% from 255 or 87.02% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 228 - color contains mainly: green. Hex color #16E40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16E40C is #E91BF3. Grayscale: #8E8E8E. Windows color (decimal): -15277044 or 844822. OLE color: 844822.
HSL color Cylindrical-coordinate representation of color #16E40C: hue angle of 117.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16E40C is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 228 | 12 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.11 |
| HSL | 117.22º | 0.9% | 0.47% | - |
| HSV(B) | 117.22º | 0.95% | 0.89% | - |
| XYZ | 28.14 | 55.68 | 9.61 | - |
| YUV | 141.78 | 54.75 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 228 | 12 | 0.90 | 0 | 0.95 | 0.11 | 117.22 | 0.9 | 0.47 |
| Hex | 16 | E4 | C | 5A | 0 | 5F | B | 75 | 5A | 2F |
| Octal | 26 | 344 | 14 | 132 | 0 | 137 | 13 | 165 | 132 | 57 |
| Binary | 10110 | 11100100 | 1100 | 1011010 | 0 | 1011111 | 1011 | 1110101 | 1011010 | 101111 |
Color Harmonies of #16E40C
Complementary color
Monochromatic Colors of #16E40C
Black with #16E40C
Text Example
Text Example
White with #16E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E40C; }
p { color: rgb(22,228,12); }
H1.HeaderClassName
{
color: #16E40C;
}
.AnyTagClassName
{
color: #16E40C;
}
</style>
background-color css
<style>
a { background-color: #16E40C; }
a { background-color: rgb(22,228,12); }
div.DivClassName
{
background-color: #16E40C;
}
.BgClassName
{
background-color: #16E40C;
}
</style>
border-color css
<style>
span { border-color: #16E40C; }
span { border-color: rgb(22,228,12); }
td.TdClassName
{
border-color: #16E40C;
}
.TagClassName
{
border-color: #16E40C;
}
</style>