Shades of Free Speech Green #16D80C
Tints of Free Speech Green #16D80C
RGB
CMYK
RGB Variations
Color information
#16D80C (or 0x16D80C) is known color: Free Speech Green. HEX triplet: 16, D8 and 0C. RGB value is (22,216,12). Sum of RGB (Red+Green+Blue) = 22+216+12=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 216 (84.77% from 255 or 86.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 216 - color contains mainly: green. Hex color #16D80C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D80C is #E927F3. Grayscale: #878787. Windows color (decimal): -15280116 or 841750. OLE color: 841750.
HSL color Cylindrical-coordinate representation of color #16D80C: hue angle of 117.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16D80C is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 216 | 12 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.15 |
| HSL | 117.06º | 0.89% | 0.45% | - |
| HSV(B) | 117.06º | 0.94% | 0.85% | - |
| XYZ | 24.95 | 49.31 | 8.55 | - |
| YUV | 134.74 | 58.73 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 216 | 12 | 0.90 | 0 | 0.94 | 0.15 | 117.06 | 0.89 | 0.45 |
| Hex | 16 | D8 | C | 5A | 0 | 5E | F | 75 | 59 | 2D |
| Octal | 26 | 330 | 14 | 132 | 0 | 136 | 17 | 165 | 131 | 55 |
| Binary | 10110 | 11011000 | 1100 | 1011010 | 0 | 1011110 | 1111 | 1110101 | 1011001 | 101101 |
Color Harmonies of #16D80C
Complementary color
Monochromatic Colors of #16D80C
Black with #16D80C
Text Example
Text Example
White with #16D80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D80C; }
p { color: rgb(22,216,12); }
H1.HeaderClassName
{
color: #16D80C;
}
.AnyTagClassName
{
color: #16D80C;
}
</style>
background-color css
<style>
a { background-color: #16D80C; }
a { background-color: rgb(22,216,12); }
div.DivClassName
{
background-color: #16D80C;
}
.BgClassName
{
background-color: #16D80C;
}
</style>
border-color css
<style>
span { border-color: #16D80C; }
span { border-color: rgb(22,216,12); }
td.TdClassName
{
border-color: #16D80C;
}
.TagClassName
{
border-color: #16D80C;
}
</style>