Shades of Pigment Green #16A246
Tints of Pigment Green #16A246
RGB
CMYK
RGB Variations
Color information
#16A246 (or 0x16A246) is known color: Pigment Green. HEX triplet: 16, A2 and 46. RGB value is (22,162,70). Sum of RGB (Red+Green+Blue) = 22+162+70=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 162 (63.67% from 255 or 63.78% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 162 - color contains mainly: green. Hex color #16A246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A246 is #E95DB9. Grayscale: #6D6D6D. Windows color (decimal): -15293882 or 4629014. OLE color: 4629014.
HSL color Cylindrical-coordinate representation of color #16A246: hue angle of 140.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A246 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 162 | 70 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.36 |
| HSL | 140.57º | 0.76% | 0.36% | - |
| HSV(B) | 140.57º | 0.86% | 0.64% | - |
| XYZ | 14.36 | 26.45 | 10.14 | - |
| YUV | 109.65 | 105.62 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 70 | 0.86 | 0 | 0.57 | 0.36 | 140.57 | 0.76 | 0.36 |
| Hex | 16 | A2 | 46 | 56 | 0 | 39 | 24 | 8D | 4C | 24 |
| Octal | 26 | 242 | 106 | 126 | 0 | 71 | 44 | 215 | 114 | 44 |
| Binary | 10110 | 10100010 | 1000110 | 1010110 | 0 | 111001 | 100100 | 10001101 | 1001100 | 100100 |
Color Harmonies of #16A246
Complementary color
Monochromatic Colors of #16A246
Black with #16A246
Text Example
Text Example
White with #16A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A246; }
p { color: rgb(22,162,70); }
H1.HeaderClassName
{
color: #16A246;
}
.AnyTagClassName
{
color: #16A246;
}
</style>
background-color css
<style>
a { background-color: #16A246; }
a { background-color: rgb(22,162,70); }
div.DivClassName
{
background-color: #16A246;
}
.BgClassName
{
background-color: #16A246;
}
</style>
border-color css
<style>
span { border-color: #16A246; }
span { border-color: rgb(22,162,70); }
td.TdClassName
{
border-color: #16A246;
}
.TagClassName
{
border-color: #16A246;
}
</style>