Shades of Free Speech Green #16E610
Tints of Free Speech Green #16E610
RGB
CMYK
RGB Variations
Color information
#16E610 (or 0x16E610) is known color: Free Speech Green. HEX triplet: 16, E6 and 10. RGB value is (22,230,16). Sum of RGB (Red+Green+Blue) = 22+230+16=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 230 (90.23% from 255 or 85.82% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 230 - color contains mainly: green. Hex color #16E610 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16E610 is #E919EF. Grayscale: #909090. Windows color (decimal): -15276528 or 1107478. OLE color: 1107478.
HSL color Cylindrical-coordinate representation of color #16E610: hue angle of 118.32º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #16E610 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 230 | 16 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.10 |
| HSL | 118.32º | 0.87% | 0.48% | - |
| HSV(B) | 118.32º | 0.93% | 0.9% | - |
| XYZ | 28.72 | 56.8 | 9.94 | - |
| YUV | 143.41 | 56.09 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 230 | 16 | 0.90 | 0 | 0.93 | 0.10 | 118.32 | 0.87 | 0.48 |
| Hex | 16 | E6 | 10 | 5A | 0 | 5D | A | 76 | 57 | 30 |
| Octal | 26 | 346 | 20 | 132 | 0 | 135 | 12 | 166 | 127 | 60 |
| Binary | 10110 | 11100110 | 10000 | 1011010 | 0 | 1011101 | 1010 | 1110110 | 1010111 | 110000 |
Color Harmonies of #16E610
Complementary color
Monochromatic Colors of #16E610
Black with #16E610
Text Example
Text Example
White with #16E610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E610; }
p { color: rgb(22,230,16); }
H1.HeaderClassName
{
color: #16E610;
}
.AnyTagClassName
{
color: #16E610;
}
</style>
background-color css
<style>
a { background-color: #16E610; }
a { background-color: rgb(22,230,16); }
div.DivClassName
{
background-color: #16E610;
}
.BgClassName
{
background-color: #16E610;
}
</style>
border-color css
<style>
span { border-color: #16E610; }
span { border-color: rgb(22,230,16); }
td.TdClassName
{
border-color: #16E610;
}
.TagClassName
{
border-color: #16E610;
}
</style>