Shades of Free Speech Green #16E715
Tints of Free Speech Green #16E715
RGB
CMYK
RGB Variations
Color information
#16E715 (or 0x16E715) is known color: Free Speech Green. HEX triplet: 16, E7 and 15. RGB value is (22,231,21). Sum of RGB (Red+Green+Blue) = 22+231+21=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 231 (90.62% from 255 or 84.31% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 231 - color contains mainly: green. Hex color #16E715 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16E715 is #E918EA. Grayscale: #919191. Windows color (decimal): -15276267 or 1435414. OLE color: 1435414.
HSL color Cylindrical-coordinate representation of color #16E715: hue angle of 119.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16E715 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 231 | 21 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.09 |
| HSL | 119.71º | 0.83% | 0.49% | - |
| HSV(B) | 119.71º | 0.91% | 0.91% | - |
| XYZ | 29.04 | 57.38 | 10.25 | - |
| YUV | 144.57 | 58.26 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 231 | 21 | 0.90 | 0 | 0.91 | 0.09 | 119.71 | 0.83 | 0.49 |
| Hex | 16 | E7 | 15 | 5A | 0 | 5B | 9 | 78 | 53 | 31 |
| Octal | 26 | 347 | 25 | 132 | 0 | 133 | 11 | 170 | 123 | 61 |
| Binary | 10110 | 11100111 | 10101 | 1011010 | 0 | 1011011 | 1001 | 1111000 | 1010011 | 110001 |
Color Harmonies of #16E715
Complementary color
Monochromatic Colors of #16E715
Black with #16E715
Text Example
Text Example
White with #16E715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E715; }
p { color: rgb(22,231,21); }
H1.HeaderClassName
{
color: #16E715;
}
.AnyTagClassName
{
color: #16E715;
}
</style>
background-color css
<style>
a { background-color: #16E715; }
a { background-color: rgb(22,231,21); }
div.DivClassName
{
background-color: #16E715;
}
.BgClassName
{
background-color: #16E715;
}
</style>
border-color css
<style>
span { border-color: #16E715; }
span { border-color: rgb(22,231,21); }
td.TdClassName
{
border-color: #16E715;
}
.TagClassName
{
border-color: #16E715;
}
</style>