Shades of Pigment Green #16A74E
Tints of Pigment Green #16A74E
RGB
CMYK
RGB Variations
Color information
#16A74E (or 0x16A74E) is known color: Pigment Green. HEX triplet: 16, A7 and 4E. RGB value is (22,167,78). Sum of RGB (Red+Green+Blue) = 22+167+78=267 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.24% from 267); Green value is 167 (65.62% from 255 or 62.55% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 167 - color contains mainly: green. Hex color #16A74E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A74E is #E958B1. Grayscale: #717171. Windows color (decimal): -15292594 or 5154582. OLE color: 5154582.
HSL color Cylindrical-coordinate representation of color #16A74E: hue angle of 143.17º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A74E is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 167 | 78 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.35 |
| HSL | 143.17º | 0.77% | 0.37% | - |
| HSV(B) | 143.17º | 0.87% | 0.65% | - |
| XYZ | 15.52 | 28.36 | 11.86 | - |
| YUV | 113.5 | 107.96 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 167 | 78 | 0.87 | 0 | 0.53 | 0.35 | 143.17 | 0.77 | 0.37 |
| Hex | 16 | A7 | 4E | 57 | 0 | 35 | 23 | 8F | 4D | 25 |
| Octal | 26 | 247 | 116 | 127 | 0 | 65 | 43 | 217 | 115 | 45 |
| Binary | 10110 | 10100111 | 1001110 | 1010111 | 0 | 110101 | 100011 | 10001111 | 1001101 | 100101 |
Color Harmonies of #16A74E
Complementary color
Monochromatic Colors of #16A74E
Black with #16A74E
Text Example
Text Example
White with #16A74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A74E; }
p { color: rgb(22,167,78); }
H1.HeaderClassName
{
color: #16A74E;
}
.AnyTagClassName
{
color: #16A74E;
}
</style>
background-color css
<style>
a { background-color: #16A74E; }
a { background-color: rgb(22,167,78); }
div.DivClassName
{
background-color: #16A74E;
}
.BgClassName
{
background-color: #16A74E;
}
</style>
border-color css
<style>
span { border-color: #16A74E; }
span { border-color: rgb(22,167,78); }
td.TdClassName
{
border-color: #16A74E;
}
.TagClassName
{
border-color: #16A74E;
}
</style>