Shades of Dark Pastel Green #16AA32
Tints of Dark Pastel Green #16AA32
RGB
CMYK
RGB Variations
Color information
#16AA32 (or 0x16AA32) is known color: Dark Pastel Green. HEX triplet: 16, AA and 32. RGB value is (22,170,50). Sum of RGB (Red+Green+Blue) = 22+170+50=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #16AA32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AA32 is #E955CD. Grayscale: #707070. Windows color (decimal): -15291854 or 3320342. OLE color: 3320342.
HSL color Cylindrical-coordinate representation of color #16AA32: hue angle of 131.35º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AA32 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 170 | 50 | - |
| CMYK | 0.87 | 0 | 0.71 | 0.33 |
| HSL | 131.35º | 0.77% | 0.38% | - |
| HSV(B) | 131.35º | 0.87% | 0.67% | - |
| XYZ | 15.28 | 29.15 | 7.84 | - |
| YUV | 112.07 | 92.97 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 50 | 0.87 | 0 | 0.71 | 0.33 | 131.35 | 0.77 | 0.38 |
| Hex | 16 | AA | 32 | 57 | 0 | 47 | 21 | 83 | 4D | 26 |
| Octal | 26 | 252 | 62 | 127 | 0 | 107 | 41 | 203 | 115 | 46 |
| Binary | 10110 | 10101010 | 110010 | 1010111 | 0 | 1000111 | 100001 | 10000011 | 1001101 | 100110 |
Color Harmonies of #16AA32
Complementary color
Monochromatic Colors of #16AA32
Black with #16AA32
Text Example
Text Example
White with #16AA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AA32; }
p { color: rgb(22,170,50); }
H1.HeaderClassName
{
color: #16AA32;
}
.AnyTagClassName
{
color: #16AA32;
}
</style>
background-color css
<style>
a { background-color: #16AA32; }
a { background-color: rgb(22,170,50); }
div.DivClassName
{
background-color: #16AA32;
}
.BgClassName
{
background-color: #16AA32;
}
</style>
border-color css
<style>
span { border-color: #16AA32; }
span { border-color: rgb(22,170,50); }
td.TdClassName
{
border-color: #16AA32;
}
.TagClassName
{
border-color: #16AA32;
}
</style>