Shades of Free Speech Green #16D815
Tints of Free Speech Green #16D815
RGB
CMYK
RGB Variations
Color information
#16D815 (or 0x16D815) is known color: Free Speech Green. HEX triplet: 16, D8 and 15. RGB value is (22,216,21). Sum of RGB (Red+Green+Blue) = 22+216+21=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 216 (84.77% from 255 or 83.40% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 216 - color contains mainly: green. Hex color #16D815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D815 is #E927EA. Grayscale: #888888. Windows color (decimal): -15280107 or 1431574. OLE color: 1431574.
HSL color Cylindrical-coordinate representation of color #16D815: hue angle of 119.69º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D815 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 216 | 21 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.15 |
| HSL | 119.69º | 0.82% | 0.46% | - |
| HSV(B) | 119.69º | 0.9% | 0.85% | - |
| XYZ | 25.02 | 49.34 | 8.91 | - |
| YUV | 135.76 | 63.23 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 216 | 21 | 0.90 | 0 | 0.90 | 0.15 | 119.69 | 0.82 | 0.46 |
| Hex | 16 | D8 | 15 | 5A | 0 | 5A | F | 78 | 52 | 2E |
| Octal | 26 | 330 | 25 | 132 | 0 | 132 | 17 | 170 | 122 | 56 |
| Binary | 10110 | 11011000 | 10101 | 1011010 | 0 | 1011010 | 1111 | 1111000 | 1010010 | 101110 |
Color Harmonies of #16D815
Complementary color
Monochromatic Colors of #16D815
Black with #16D815
Text Example
Text Example
White with #16D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D815; }
p { color: rgb(22,216,21); }
H1.HeaderClassName
{
color: #16D815;
}
.AnyTagClassName
{
color: #16D815;
}
</style>
background-color css
<style>
a { background-color: #16D815; }
a { background-color: rgb(22,216,21); }
div.DivClassName
{
background-color: #16D815;
}
.BgClassName
{
background-color: #16D815;
}
</style>
border-color css
<style>
span { border-color: #16D815; }
span { border-color: rgb(22,216,21); }
td.TdClassName
{
border-color: #16D815;
}
.TagClassName
{
border-color: #16D815;
}
</style>