Shades of Free Speech Green #16E415
Tints of Free Speech Green #16E415
RGB
CMYK
RGB Variations
Color information
#16E415 (or 0x16E415) is known color: Free Speech Green. HEX triplet: 16, E4 and 15. RGB value is (22,228,21). Sum of RGB (Red+Green+Blue) = 22+228+21=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 228 (89.45% from 255 or 84.13% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 228 - color contains mainly: green. Hex color #16E415 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16E415 is #E91BEA. Grayscale: #8F8F8F. Windows color (decimal): -15277035 or 1434646. OLE color: 1434646.
HSL color Cylindrical-coordinate representation of color #16E415: hue angle of 119.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16E415 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 228 | 21 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.11 |
| HSL | 119.71º | 0.83% | 0.49% | - |
| HSV(B) | 119.71º | 0.91% | 0.89% | - |
| XYZ | 28.21 | 55.71 | 9.98 | - |
| YUV | 142.81 | 59.25 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 228 | 21 | 0.90 | 0 | 0.91 | 0.11 | 119.71 | 0.83 | 0.49 |
| Hex | 16 | E4 | 15 | 5A | 0 | 5B | B | 78 | 53 | 31 |
| Octal | 26 | 344 | 25 | 132 | 0 | 133 | 13 | 170 | 123 | 61 |
| Binary | 10110 | 11100100 | 10101 | 1011010 | 0 | 1011011 | 1011 | 1111000 | 1010011 | 110001 |
Color Harmonies of #16E415
Complementary color
Monochromatic Colors of #16E415
Black with #16E415
Text Example
Text Example
White with #16E415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E415; }
p { color: rgb(22,228,21); }
H1.HeaderClassName
{
color: #16E415;
}
.AnyTagClassName
{
color: #16E415;
}
</style>
background-color css
<style>
a { background-color: #16E415; }
a { background-color: rgb(22,228,21); }
div.DivClassName
{
background-color: #16E415;
}
.BgClassName
{
background-color: #16E415;
}
</style>
border-color css
<style>
span { border-color: #16E415; }
span { border-color: rgb(22,228,21); }
td.TdClassName
{
border-color: #16E415;
}
.TagClassName
{
border-color: #16E415;
}
</style>