Shades of Free Speech Green #16D917
Tints of Free Speech Green #16D917
RGB
CMYK
RGB Variations
Color information
#16D917 (or 0x16D917) is known color: Free Speech Green. HEX triplet: 16, D9 and 17. RGB value is (22,217,23). Sum of RGB (Red+Green+Blue) = 22+217+23=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 217 (85.16% from 255 or 82.82% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 217 - color contains mainly: green. Hex color #16D917 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D917 is #E926E8. Grayscale: #898989. Windows color (decimal): -15279849 or 1562902. OLE color: 1562902.
HSL color Cylindrical-coordinate representation of color #16D917: hue angle of 120.31º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D917 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 217 | 23 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.15 |
| HSL | 120.31º | 0.82% | 0.47% | - |
| HSV(B) | 120.31º | 0.9% | 0.85% | - |
| XYZ | 25.3 | 49.86 | 9.1 | - |
| YUV | 136.58 | 63.9 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 23 | 0.90 | 0 | 0.89 | 0.15 | 120.31 | 0.82 | 0.47 |
| Hex | 16 | D9 | 17 | 5A | 0 | 59 | F | 78 | 52 | 2F |
| Octal | 26 | 331 | 27 | 132 | 0 | 131 | 17 | 170 | 122 | 57 |
| Binary | 10110 | 11011001 | 10111 | 1011010 | 0 | 1011001 | 1111 | 1111000 | 1010010 | 101111 |
Color Harmonies of #16D917
Complementary color
Monochromatic Colors of #16D917
Black with #16D917
Text Example
Text Example
White with #16D917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D917; }
p { color: rgb(22,217,23); }
H1.HeaderClassName
{
color: #16D917;
}
.AnyTagClassName
{
color: #16D917;
}
</style>
background-color css
<style>
a { background-color: #16D917; }
a { background-color: rgb(22,217,23); }
div.DivClassName
{
background-color: #16D917;
}
.BgClassName
{
background-color: #16D917;
}
</style>
border-color css
<style>
span { border-color: #16D917; }
span { border-color: rgb(22,217,23); }
td.TdClassName
{
border-color: #16D917;
}
.TagClassName
{
border-color: #16D917;
}
</style>