Shades of Free Speech Green #16E014
Tints of Free Speech Green #16E014
RGB
CMYK
RGB Variations
Color information
#16E014 (or 0x16E014) is known color: Free Speech Green. HEX triplet: 16, E0 and 14. RGB value is (22,224,20). Sum of RGB (Red+Green+Blue) = 22+224+20=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 224 (87.89% from 255 or 84.21% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 224 - color contains mainly: green. Hex color #16E014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16E014 is #E91FEB. Grayscale: #8C8C8C. Windows color (decimal): -15278060 or 1368086. OLE color: 1368086.
HSL color Cylindrical-coordinate representation of color #16E014: hue angle of 119.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16E014 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 20 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.12 |
| HSL | 119.41º | 0.84% | 0.48% | - |
| HSV(B) | 119.41º | 0.91% | 0.88% | - |
| XYZ | 27.11 | 53.53 | 9.57 | - |
| YUV | 140.35 | 60.08 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 20 | 0.90 | 0 | 0.91 | 0.12 | 119.41 | 0.84 | 0.48 |
| Hex | 16 | E0 | 14 | 5A | 0 | 5B | C | 77 | 54 | 30 |
| Octal | 26 | 340 | 24 | 132 | 0 | 133 | 14 | 167 | 124 | 60 |
| Binary | 10110 | 11100000 | 10100 | 1011010 | 0 | 1011011 | 1100 | 1110111 | 1010100 | 110000 |
Color Harmonies of #16E014
Complementary color
Monochromatic Colors of #16E014
Black with #16E014
Text Example
Text Example
White with #16E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E014; }
p { color: rgb(22,224,20); }
H1.HeaderClassName
{
color: #16E014;
}
.AnyTagClassName
{
color: #16E014;
}
</style>
background-color css
<style>
a { background-color: #16E014; }
a { background-color: rgb(22,224,20); }
div.DivClassName
{
background-color: #16E014;
}
.BgClassName
{
background-color: #16E014;
}
</style>
border-color css
<style>
span { border-color: #16E014; }
span { border-color: rgb(22,224,20); }
td.TdClassName
{
border-color: #16E014;
}
.TagClassName
{
border-color: #16E014;
}
</style>