Shades of Free Speech Green #16EE0E
Tints of Free Speech Green #16EE0E
RGB
CMYK
RGB Variations
Color information
#16EE0E (or 0x16EE0E) is known color: Free Speech Green. HEX triplet: 16, EE and 0E. RGB value is (22,238,14). Sum of RGB (Red+Green+Blue) = 22+238+14=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 238 (93.36% from 255 or 86.86% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 238 - color contains mainly: green. Hex color #16EE0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16EE0E is #E911F1. Grayscale: #949494. Windows color (decimal): -15274482 or 978454. OLE color: 978454.
HSL color Cylindrical-coordinate representation of color #16EE0E: hue angle of 117.86º 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 #16EE0E is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 238 | 14 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.07 |
| HSL | 117.86º | 0.89% | 0.49% | - |
| HSV(B) | 117.86º | 0.94% | 0.93% | - |
| XYZ | 30.98 | 61.35 | 10.62 | - |
| YUV | 147.88 | 52.44 | 38.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 238 | 14 | 0.91 | 0 | 0.94 | 0.07 | 117.86 | 0.89 | 0.49 |
| Hex | 16 | EE | E | 5B | 0 | 5E | 7 | 76 | 59 | 31 |
| Octal | 26 | 356 | 16 | 133 | 0 | 136 | 7 | 166 | 131 | 61 |
| Binary | 10110 | 11101110 | 1110 | 1011011 | 0 | 1011110 | 111 | 1110110 | 1011001 | 110001 |
Color Harmonies of #16EE0E
Complementary color
Monochromatic Colors of #16EE0E
Black with #16EE0E
Text Example
Text Example
White with #16EE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16EE0E; }
p { color: rgb(22,238,14); }
H1.HeaderClassName
{
color: #16EE0E;
}
.AnyTagClassName
{
color: #16EE0E;
}
</style>
background-color css
<style>
a { background-color: #16EE0E; }
a { background-color: rgb(22,238,14); }
div.DivClassName
{
background-color: #16EE0E;
}
.BgClassName
{
background-color: #16EE0E;
}
</style>
border-color css
<style>
span { border-color: #16EE0E; }
span { border-color: rgb(22,238,14); }
td.TdClassName
{
border-color: #16EE0E;
}
.TagClassName
{
border-color: #16EE0E;
}
</style>