Shades of Dark Pastel Green #16AA40
Tints of Dark Pastel Green #16AA40
RGB
CMYK
RGB Variations
Color information
#16AA40 (or 0x16AA40) is known color: Dark Pastel Green. HEX triplet: 16, AA and 40. RGB value is (22,170,64). Sum of RGB (Red+Green+Blue) = 22+170+64=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 170 (66.80% from 255 or 66.41% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 170 - color contains mainly: green. Hex color #16AA40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AA40 is #E955BF. Grayscale: #717171. Windows color (decimal): -15291840 or 4237846. OLE color: 4237846.
HSL color Cylindrical-coordinate representation of color #16AA40: hue angle of 137.03º 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 #16AA40 is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 170 | 64 | - |
| CMYK | 0.87 | 0 | 0.62 | 0.33 |
| HSL | 137.03º | 0.77% | 0.38% | - |
| HSV(B) | 137.03º | 0.87% | 0.67% | - |
| XYZ | 15.63 | 29.29 | 9.68 | - |
| YUV | 113.66 | 99.97 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 64 | 0.87 | 0 | 0.62 | 0.33 | 137.03 | 0.77 | 0.38 |
| Hex | 16 | AA | 40 | 57 | 0 | 3E | 21 | 89 | 4D | 26 |
| Octal | 26 | 252 | 100 | 127 | 0 | 76 | 41 | 211 | 115 | 46 |
| Binary | 10110 | 10101010 | 1000000 | 1010111 | 0 | 111110 | 100001 | 10001001 | 1001101 | 100110 |
Color Harmonies of #16AA40
Complementary color
Monochromatic Colors of #16AA40
Black with #16AA40
Text Example
Text Example
White with #16AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AA40; }
p { color: rgb(22,170,64); }
H1.HeaderClassName
{
color: #16AA40;
}
.AnyTagClassName
{
color: #16AA40;
}
</style>
background-color css
<style>
a { background-color: #16AA40; }
a { background-color: rgb(22,170,64); }
div.DivClassName
{
background-color: #16AA40;
}
.BgClassName
{
background-color: #16AA40;
}
</style>
border-color css
<style>
span { border-color: #16AA40; }
span { border-color: rgb(22,170,64); }
td.TdClassName
{
border-color: #16AA40;
}
.TagClassName
{
border-color: #16AA40;
}
</style>