Shades of Green #16790C
Tints of Green #16790C
RGB
CMYK
RGB Variations
Color information
#16790C (or 0x16790C) is known color: Green. HEX triplet: 16, 79 and 0C. RGB value is (22,121,12). Sum of RGB (Red+Green+Blue) = 22+121+12=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 121 (47.66% from 255 or 78.06% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 121 - color contains mainly: green. Hex color #16790C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16790C is #E986F3. Grayscale: #4F4F4F. Windows color (decimal): -15304436 or 817430. OLE color: 817430.
HSL color Cylindrical-coordinate representation of color #16790C: hue angle of 114.5º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16790C is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 121 | 12 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.53 |
| HSL | 114.5º | 0.82% | 0.26% | - |
| HSV(B) | 114.5º | 0.9% | 0.47% | - |
| XYZ | 7.23 | 13.87 | 2.64 | - |
| YUV | 78.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 12 | 0.82 | 0 | 0.90 | 0.53 | 114.5 | 0.82 | 0.26 |
| Hex | 16 | 79 | C | 52 | 0 | 5A | 35 | 72 | 52 | 1A |
| Octal | 26 | 171 | 14 | 122 | 0 | 132 | 65 | 162 | 122 | 32 |
| Binary | 10110 | 1111001 | 1100 | 1010010 | 0 | 1011010 | 110101 | 1110010 | 1010010 | 11010 |
Color Harmonies of #16790C
Complementary color
Monochromatic Colors of #16790C
Black with #16790C
Text Example
Text Example
White with #16790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16790C; }
p { color: rgb(22,121,12); }
H1.HeaderClassName
{
color: #16790C;
}
.AnyTagClassName
{
color: #16790C;
}
</style>
background-color css
<style>
a { background-color: #16790C; }
a { background-color: rgb(22,121,12); }
div.DivClassName
{
background-color: #16790C;
}
.BgClassName
{
background-color: #16790C;
}
</style>
border-color css
<style>
span { border-color: #16790C; }
span { border-color: rgb(22,121,12); }
td.TdClassName
{
border-color: #16790C;
}
.TagClassName
{
border-color: #16790C;
}
</style>