Shades of Dark Pastel Green #16AA3A
Tints of Dark Pastel Green #16AA3A
RGB
CMYK
RGB Variations
Color information
#16AA3A (or 0x16AA3A) is known color: Dark Pastel Green. HEX triplet: 16, AA and 3A. RGB value is (22,170,58). Sum of RGB (Red+Green+Blue) = 22+170+58=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #16AA3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16AA3A is #E955C5. Grayscale: #717171. Windows color (decimal): -15291846 or 3844630. OLE color: 3844630.
HSL color Cylindrical-coordinate representation of color #16AA3A: hue angle of 134.59º 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 #16AA3A is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 170 | 58 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.33 |
| HSL | 134.59º | 0.77% | 0.38% | - |
| HSV(B) | 134.59º | 0.87% | 0.67% | - |
| XYZ | 15.47 | 29.23 | 8.83 | - |
| YUV | 112.98 | 96.97 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 58 | 0.87 | 0 | 0.66 | 0.33 | 134.59 | 0.77 | 0.38 |
| Hex | 16 | AA | 3A | 57 | 0 | 42 | 21 | 87 | 4D | 26 |
| Octal | 26 | 252 | 72 | 127 | 0 | 102 | 41 | 207 | 115 | 46 |
| Binary | 10110 | 10101010 | 111010 | 1010111 | 0 | 1000010 | 100001 | 10000111 | 1001101 | 100110 |
Color Harmonies of #16AA3A
Complementary color
Monochromatic Colors of #16AA3A
Black with #16AA3A
Text Example
Text Example
White with #16AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AA3A; }
p { color: rgb(22,170,58); }
H1.HeaderClassName
{
color: #16AA3A;
}
.AnyTagClassName
{
color: #16AA3A;
}
</style>
background-color css
<style>
a { background-color: #16AA3A; }
a { background-color: rgb(22,170,58); }
div.DivClassName
{
background-color: #16AA3A;
}
.BgClassName
{
background-color: #16AA3A;
}
</style>
border-color css
<style>
span { border-color: #16AA3A; }
span { border-color: rgb(22,170,58); }
td.TdClassName
{
border-color: #16AA3A;
}
.TagClassName
{
border-color: #16AA3A;
}
</style>