Shades of Free Speech Green #16EC04
Tints of Free Speech Green #16EC04
RGB
CMYK
RGB Variations
Color information
#16EC04 (or 0x16EC04) is known color: Free Speech Green. HEX triplet: 16, EC and 04. RGB value is (22,236,4). Sum of RGB (Red+Green+Blue) = 22+236+4=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 236 (92.58% from 255 or 90.08% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 236 - color contains mainly: green. Hex color #16EC04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16EC04 is #E913FB. Grayscale: #929292. Windows color (decimal): -15275004 or 322582. OLE color: 322582.
HSL color Cylindrical-coordinate representation of color #16EC04: hue angle of 115.34º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16EC04 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 236 | 4 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.07 |
| HSL | 115.34º | 0.97% | 0.47% | - |
| HSV(B) | 115.34º | 0.98% | 0.93% | - |
| XYZ | 30.35 | 60.17 | 10.13 | - |
| YUV | 145.57 | 48.1 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 236 | 4 | 0.91 | 0 | 0.98 | 0.07 | 115.34 | 0.97 | 0.47 |
| Hex | 16 | EC | 4 | 5B | 0 | 62 | 7 | 73 | 61 | 2F |
| Octal | 26 | 354 | 4 | 133 | 0 | 142 | 7 | 163 | 141 | 57 |
| Binary | 10110 | 11101100 | 100 | 1011011 | 0 | 1100010 | 111 | 1110011 | 1100001 | 101111 |
Color Harmonies of #16EC04
Complementary color
Monochromatic Colors of #16EC04
Black with #16EC04
Text Example
Text Example
White with #16EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EC04; }
p { color: rgb(22,236,4); }
H1.HeaderClassName
{
color: #16EC04;
}
.AnyTagClassName
{
color: #16EC04;
}
</style>
background-color css
<style>
a { background-color: #16EC04; }
a { background-color: rgb(22,236,4); }
div.DivClassName
{
background-color: #16EC04;
}
.BgClassName
{
background-color: #16EC04;
}
</style>
border-color css
<style>
span { border-color: #16EC04; }
span { border-color: rgb(22,236,4); }
td.TdClassName
{
border-color: #16EC04;
}
.TagClassName
{
border-color: #16EC04;
}
</style>