Shades of Free Speech Green #16DC16
Tints of Free Speech Green #16DC16
RGB
CMYK
RGB Variations
Color information
#16DC16 (or 0x16DC16) is known color: Free Speech Green. HEX triplet: 16, DC and 16. RGB value is (22,220,22). Sum of RGB (Red+Green+Blue) = 22+220+22=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 220 (86.33% from 255 or 83.33% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16DC16 is #E923E9. Grayscale: #8A8A8A. Windows color (decimal): -15279082 or 1498134. OLE color: 1498134.
HSL color Cylindrical-coordinate representation of color #16DC16: hue angle of 120º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DC16 is Cyan = 0.9, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 22 | - |
| CMYK | 0.9 | 0 | 0.9 | 0.14 |
| HSL | 120º | 0.82% | 0.47% | - |
| HSV(B) | 120º | 0.9% | 0.86% | - |
| XYZ | 26.07 | 51.41 | 9.31 | - |
| YUV | 138.23 | 62.4 | 45.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 22 | 0.9 | 0 | 0.9 | 0.14 | 120 | 0.82 | 0.47 |
| Hex | 16 | DC | 16 | 5A | 0 | 5A | E | 78 | 52 | 2F |
| Octal | 26 | 334 | 26 | 132 | 0 | 132 | 16 | 170 | 122 | 57 |
| Binary | 10110 | 11011100 | 10110 | 1011010 | 0 | 1011010 | 1110 | 1111000 | 1010010 | 101111 |
Color Harmonies of #16DC16
Complementary color
Monochromatic Colors of #16DC16
Black with #16DC16
Text Example
Text Example
White with #16DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC16; }
p { color: rgb(22,220,22); }
H1.HeaderClassName
{
color: #16DC16;
}
.AnyTagClassName
{
color: #16DC16;
}
</style>
background-color css
<style>
a { background-color: #16DC16; }
a { background-color: rgb(22,220,22); }
div.DivClassName
{
background-color: #16DC16;
}
.BgClassName
{
background-color: #16DC16;
}
</style>
border-color css
<style>
span { border-color: #16DC16; }
span { border-color: rgb(22,220,22); }
td.TdClassName
{
border-color: #16DC16;
}
.TagClassName
{
border-color: #16DC16;
}
</style>