Shades of Free Speech Green #16F710
Tints of Free Speech Green #16F710
RGB
CMYK
RGB Variations
Color information
#16F710 (or 0x16F710) is known color: Free Speech Green. HEX triplet: 16, F7 and 10. RGB value is (22,247,16). Sum of RGB (Red+Green+Blue) = 22+247+16=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 247 (96.88% from 255 or 86.67% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 247 - color contains mainly: green. Hex color #16F710 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16F710 is #E908EF. Grayscale: #9A9A9A. Windows color (decimal): -15272176 or 1111830. OLE color: 1111830.
HSL color Cylindrical-coordinate representation of color #16F710: hue angle of 118.44º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16F710 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 247 | 16 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.03 |
| HSL | 118.44º | 0.94% | 0.52% | - |
| HSV(B) | 118.44º | 0.94% | 0.97% | - |
| XYZ | 33.69 | 66.73 | 11.59 | - |
| YUV | 153.39 | 50.46 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 247 | 16 | 0.91 | 0 | 0.94 | 0.03 | 118.44 | 0.94 | 0.52 |
| Hex | 16 | F7 | 10 | 5B | 0 | 5E | 3 | 76 | 5E | 34 |
| Octal | 26 | 367 | 20 | 133 | 0 | 136 | 3 | 166 | 136 | 64 |
| Binary | 10110 | 11110111 | 10000 | 1011011 | 0 | 1011110 | 11 | 1110110 | 1011110 | 110100 |
Color Harmonies of #16F710
Complementary color
Monochromatic Colors of #16F710
Black with #16F710
Text Example
Text Example
White with #16F710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F710; }
p { color: rgb(22,247,16); }
H1.HeaderClassName
{
color: #16F710;
}
.AnyTagClassName
{
color: #16F710;
}
</style>
background-color css
<style>
a { background-color: #16F710; }
a { background-color: rgb(22,247,16); }
div.DivClassName
{
background-color: #16F710;
}
.BgClassName
{
background-color: #16F710;
}
</style>
border-color css
<style>
span { border-color: #16F710; }
span { border-color: rgb(22,247,16); }
td.TdClassName
{
border-color: #16F710;
}
.TagClassName
{
border-color: #16F710;
}
</style>