Shades of Free Speech Green #16D50C
Tints of Free Speech Green #16D50C
RGB
CMYK
RGB Variations
Color information
#16D50C (or 0x16D50C) is known color: Free Speech Green. HEX triplet: 16, D5 and 0C. RGB value is (22,213,12). Sum of RGB (Red+Green+Blue) = 22+213+12=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 213 (83.59% from 255 or 86.23% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 213 - color contains mainly: green. Hex color #16D50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D50C is #E92AF3. Grayscale: #858585. Windows color (decimal): -15280884 or 840982. OLE color: 840982.
HSL color Cylindrical-coordinate representation of color #16D50C: hue angle of 117.01º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16D50C is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 213 | 12 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.16 |
| HSL | 117.01º | 0.89% | 0.44% | - |
| HSV(B) | 117.01º | 0.94% | 0.84% | - |
| XYZ | 24.19 | 47.79 | 8.3 | - |
| YUV | 132.98 | 59.72 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 213 | 12 | 0.90 | 0 | 0.94 | 0.16 | 117.01 | 0.89 | 0.44 |
| Hex | 16 | D5 | C | 5A | 0 | 5E | 10 | 75 | 59 | 2C |
| Octal | 26 | 325 | 14 | 132 | 0 | 136 | 20 | 165 | 131 | 54 |
| Binary | 10110 | 11010101 | 1100 | 1011010 | 0 | 1011110 | 10000 | 1110101 | 1011001 | 101100 |
Color Harmonies of #16D50C
Complementary color
Monochromatic Colors of #16D50C
Black with #16D50C
Text Example
Text Example
White with #16D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D50C; }
p { color: rgb(22,213,12); }
H1.HeaderClassName
{
color: #16D50C;
}
.AnyTagClassName
{
color: #16D50C;
}
</style>
background-color css
<style>
a { background-color: #16D50C; }
a { background-color: rgb(22,213,12); }
div.DivClassName
{
background-color: #16D50C;
}
.BgClassName
{
background-color: #16D50C;
}
</style>
border-color css
<style>
span { border-color: #16D50C; }
span { border-color: rgb(22,213,12); }
td.TdClassName
{
border-color: #16D50C;
}
.TagClassName
{
border-color: #16D50C;
}
</style>