Shades of Green #16840C
Tints of Green #16840C
RGB
CMYK
RGB Variations
Color information
#16840C (or 0x16840C) is known color: Green. HEX triplet: 16, 84 and 0C. RGB value is (22,132,12). Sum of RGB (Red+Green+Blue) = 22+132+12=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 132 (51.95% from 255 or 79.52% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 132 - color contains mainly: green. Hex color #16840C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16840C is #E97BF3. Grayscale: #555555. Windows color (decimal): -15301620 or 820246. OLE color: 820246.
HSL color Cylindrical-coordinate representation of color #16840C: hue angle of 115º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16840C is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 132 | 12 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.48 |
| HSL | 115º | 0.83% | 0.28% | - |
| HSV(B) | 115º | 0.91% | 0.52% | - |
| XYZ | 8.65 | 16.7 | 3.12 | - |
| YUV | 85.43 | 86.56 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 132 | 12 | 0.83 | 0 | 0.91 | 0.48 | 115 | 0.83 | 0.28 |
| Hex | 16 | 84 | C | 53 | 0 | 5B | 30 | 73 | 53 | 1C |
| Octal | 26 | 204 | 14 | 123 | 0 | 133 | 60 | 163 | 123 | 34 |
| Binary | 10110 | 10000100 | 1100 | 1010011 | 0 | 1011011 | 110000 | 1110011 | 1010011 | 11100 |
Color Harmonies of #16840C
Complementary color
Monochromatic Colors of #16840C
Black with #16840C
Text Example
Text Example
White with #16840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16840C; }
p { color: rgb(22,132,12); }
H1.HeaderClassName
{
color: #16840C;
}
.AnyTagClassName
{
color: #16840C;
}
</style>
background-color css
<style>
a { background-color: #16840C; }
a { background-color: rgb(22,132,12); }
div.DivClassName
{
background-color: #16840C;
}
.BgClassName
{
background-color: #16840C;
}
</style>
border-color css
<style>
span { border-color: #16840C; }
span { border-color: rgb(22,132,12); }
td.TdClassName
{
border-color: #16840C;
}
.TagClassName
{
border-color: #16840C;
}
</style>