Shades of Free Speech Green #16EC0E
Tints of Free Speech Green #16EC0E
RGB
CMYK
RGB Variations
Color information
#16EC0E (or 0x16EC0E) is known color: Free Speech Green. HEX triplet: 16, EC and 0E. RGB value is (22,236,14). Sum of RGB (Red+Green+Blue) = 22+236+14=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 236 (92.58% from 255 or 86.76% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 236 - color contains mainly: green. Hex color #16EC0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16EC0E is #E913F1. Grayscale: #939393. Windows color (decimal): -15274994 or 977942. OLE color: 977942.
HSL color Cylindrical-coordinate representation of color #16EC0E: hue angle of 117.84º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16EC0E is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 236 | 14 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.07 |
| HSL | 117.84º | 0.89% | 0.49% | - |
| HSV(B) | 117.84º | 0.94% | 0.93% | - |
| XYZ | 30.41 | 60.19 | 10.43 | - |
| YUV | 146.71 | 53.1 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 236 | 14 | 0.91 | 0 | 0.94 | 0.07 | 117.84 | 0.89 | 0.49 |
| Hex | 16 | EC | E | 5B | 0 | 5E | 7 | 76 | 59 | 31 |
| Octal | 26 | 354 | 16 | 133 | 0 | 136 | 7 | 166 | 131 | 61 |
| Binary | 10110 | 11101100 | 1110 | 1011011 | 0 | 1011110 | 111 | 1110110 | 1011001 | 110001 |
Color Harmonies of #16EC0E
Complementary color
Monochromatic Colors of #16EC0E
Black with #16EC0E
Text Example
Text Example
White with #16EC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EC0E; }
p { color: rgb(22,236,14); }
H1.HeaderClassName
{
color: #16EC0E;
}
.AnyTagClassName
{
color: #16EC0E;
}
</style>
background-color css
<style>
a { background-color: #16EC0E; }
a { background-color: rgb(22,236,14); }
div.DivClassName
{
background-color: #16EC0E;
}
.BgClassName
{
background-color: #16EC0E;
}
</style>
border-color css
<style>
span { border-color: #16EC0E; }
span { border-color: rgb(22,236,14); }
td.TdClassName
{
border-color: #16EC0E;
}
.TagClassName
{
border-color: #16EC0E;
}
</style>