Shades of Free Speech Green #16D710
Tints of Free Speech Green #16D710
RGB
CMYK
RGB Variations
Color information
#16D710 (or 0x16D710) is known color: Free Speech Green. HEX triplet: 16, D7 and 10. RGB value is (22,215,16). Sum of RGB (Red+Green+Blue) = 22+215+16=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 215 (84.38% from 255 or 84.98% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 215 - color contains mainly: green. Hex color #16D710 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D710 is #E928EF. Grayscale: #878787. Windows color (decimal): -15280368 or 1103638. OLE color: 1103638.
HSL color Cylindrical-coordinate representation of color #16D710: hue angle of 118.19º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16D710 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 215 | 16 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.16 |
| HSL | 118.19º | 0.86% | 0.45% | - |
| HSV(B) | 118.19º | 0.93% | 0.84% | - |
| XYZ | 24.72 | 48.81 | 8.61 | - |
| YUV | 134.61 | 61.06 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 215 | 16 | 0.90 | 0 | 0.93 | 0.16 | 118.19 | 0.86 | 0.45 |
| Hex | 16 | D7 | 10 | 5A | 0 | 5D | 10 | 76 | 56 | 2D |
| Octal | 26 | 327 | 20 | 132 | 0 | 135 | 20 | 166 | 126 | 55 |
| Binary | 10110 | 11010111 | 10000 | 1011010 | 0 | 1011101 | 10000 | 1110110 | 1010110 | 101101 |
Color Harmonies of #16D710
Complementary color
Monochromatic Colors of #16D710
Black with #16D710
Text Example
Text Example
White with #16D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D710; }
p { color: rgb(22,215,16); }
H1.HeaderClassName
{
color: #16D710;
}
.AnyTagClassName
{
color: #16D710;
}
</style>
background-color css
<style>
a { background-color: #16D710; }
a { background-color: rgb(22,215,16); }
div.DivClassName
{
background-color: #16D710;
}
.BgClassName
{
background-color: #16D710;
}
</style>
border-color css
<style>
span { border-color: #16D710; }
span { border-color: rgb(22,215,16); }
td.TdClassName
{
border-color: #16D710;
}
.TagClassName
{
border-color: #16D710;
}
</style>