Shades of Free Speech Green #16E018
Tints of Free Speech Green #16E018
RGB
CMYK
RGB Variations
Color information
#16E018 (or 0x16E018) is known color: Free Speech Green. HEX triplet: 16, E0 and 18. RGB value is (22,224,24). Sum of RGB (Red+Green+Blue) = 22+224+24=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 224 (87.89% from 255 or 82.96% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 224 - color contains mainly: green. Hex color #16E018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16E018 is #E91FE7. Grayscale: #8D8D8D. Windows color (decimal): -15278056 or 1630230. OLE color: 1630230.
HSL color Cylindrical-coordinate representation of color #16E018: hue angle of 120.59º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E018 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 24 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.12 |
| HSL | 120.59º | 0.82% | 0.48% | - |
| HSV(B) | 120.59º | 0.9% | 0.88% | - |
| XYZ | 27.15 | 53.55 | 9.77 | - |
| YUV | 140.8 | 62.08 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 24 | 0.90 | 0 | 0.89 | 0.12 | 120.59 | 0.82 | 0.48 |
| Hex | 16 | E0 | 18 | 5A | 0 | 59 | C | 79 | 52 | 30 |
| Octal | 26 | 340 | 30 | 132 | 0 | 131 | 14 | 171 | 122 | 60 |
| Binary | 10110 | 11100000 | 11000 | 1011010 | 0 | 1011001 | 1100 | 1111001 | 1010010 | 110000 |
Color Harmonies of #16E018
Complementary color
Monochromatic Colors of #16E018
Black with #16E018
Text Example
Text Example
White with #16E018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E018; }
p { color: rgb(22,224,24); }
H1.HeaderClassName
{
color: #16E018;
}
.AnyTagClassName
{
color: #16E018;
}
</style>
background-color css
<style>
a { background-color: #16E018; }
a { background-color: rgb(22,224,24); }
div.DivClassName
{
background-color: #16E018;
}
.BgClassName
{
background-color: #16E018;
}
</style>
border-color css
<style>
span { border-color: #16E018; }
span { border-color: rgb(22,224,24); }
td.TdClassName
{
border-color: #16E018;
}
.TagClassName
{
border-color: #16E018;
}
</style>