Shades of Pigment Green #16A344
Tints of Pigment Green #16A344
RGB
CMYK
RGB Variations
Color information
#16A344 (or 0x16A344) is known color: Pigment Green. HEX triplet: 16, A3 and 44. RGB value is (22,163,68). Sum of RGB (Red+Green+Blue) = 22+163+68=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 163 (64.06% from 255 or 64.43% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 163 - color contains mainly: green. Hex color #16A344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A344 is #E95CBB. Grayscale: #6E6E6E. Windows color (decimal): -15293628 or 4498198. OLE color: 4498198.
HSL color Cylindrical-coordinate representation of color #16A344: hue angle of 139.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A344 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 163 | 68 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.36 |
| HSL | 139.57º | 0.76% | 0.36% | - |
| HSV(B) | 139.57º | 0.87% | 0.64% | - |
| XYZ | 14.47 | 26.78 | 9.88 | - |
| YUV | 110.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 163 | 68 | 0.87 | 0 | 0.58 | 0.36 | 139.57 | 0.76 | 0.36 |
| Hex | 16 | A3 | 44 | 57 | 0 | 3A | 24 | 8C | 4C | 24 |
| Octal | 26 | 243 | 104 | 127 | 0 | 72 | 44 | 214 | 114 | 44 |
| Binary | 10110 | 10100011 | 1000100 | 1010111 | 0 | 111010 | 100100 | 10001100 | 1001100 | 100100 |
Color Harmonies of #16A344
Complementary color
Monochromatic Colors of #16A344
Black with #16A344
Text Example
Text Example
White with #16A344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A344; }
p { color: rgb(22,163,68); }
H1.HeaderClassName
{
color: #16A344;
}
.AnyTagClassName
{
color: #16A344;
}
</style>
background-color css
<style>
a { background-color: #16A344; }
a { background-color: rgb(22,163,68); }
div.DivClassName
{
background-color: #16A344;
}
.BgClassName
{
background-color: #16A344;
}
</style>
border-color css
<style>
span { border-color: #16A344; }
span { border-color: rgb(22,163,68); }
td.TdClassName
{
border-color: #16A344;
}
.TagClassName
{
border-color: #16A344;
}
</style>