Shades of Green #16820C
Tints of Green #16820C
RGB
CMYK
RGB Variations
Color information
#16820C (or 0x16820C) is known color: Green. HEX triplet: 16, 82 and 0C. RGB value is (22,130,12). Sum of RGB (Red+Green+Blue) = 22+130+12=164 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.41% from 164); Green value is 130 (51.17% from 255 or 79.27% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 130 - color contains mainly: green. Hex color #16820C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16820C is #E97DF3. Grayscale: #545454. Windows color (decimal): -15302132 or 819734. OLE color: 819734.
HSL color Cylindrical-coordinate representation of color #16820C: hue angle of 114.92º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16820C is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 130 | 12 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.49 |
| HSL | 114.92º | 0.83% | 0.28% | - |
| HSV(B) | 114.92º | 0.91% | 0.51% | - |
| XYZ | 8.38 | 16.16 | 3.03 | - |
| YUV | 84.26 | 87.22 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 12 | 0.83 | 0 | 0.91 | 0.49 | 114.92 | 0.83 | 0.28 |
| Hex | 16 | 82 | C | 53 | 0 | 5B | 31 | 73 | 53 | 1C |
| Octal | 26 | 202 | 14 | 123 | 0 | 133 | 61 | 163 | 123 | 34 |
| Binary | 10110 | 10000010 | 1100 | 1010011 | 0 | 1011011 | 110001 | 1110011 | 1010011 | 11100 |
Color Harmonies of #16820C
Complementary color
Monochromatic Colors of #16820C
Black with #16820C
Text Example
Text Example
White with #16820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16820C; }
p { color: rgb(22,130,12); }
H1.HeaderClassName
{
color: #16820C;
}
.AnyTagClassName
{
color: #16820C;
}
</style>
background-color css
<style>
a { background-color: #16820C; }
a { background-color: rgb(22,130,12); }
div.DivClassName
{
background-color: #16820C;
}
.BgClassName
{
background-color: #16820C;
}
</style>
border-color css
<style>
span { border-color: #16820C; }
span { border-color: rgb(22,130,12); }
td.TdClassName
{
border-color: #16820C;
}
.TagClassName
{
border-color: #16820C;
}
</style>