Shades of Moss Green #AAD1AC
Tints of Moss Green #AAD1AC
RGB
CMYK
RGB Variations
Color information
#AAD1AC (or 0xAAD1AC) is known color: Moss Green. HEX triplet: AA, D1 and AC. RGB value is (170,209,172). Sum of RGB (Red+Green+Blue) = 170+209+172=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1AC is #552E53. Grayscale: #C1C1C1. Windows color (decimal): -5582420 or 11325866. OLE color: 11325866.
HSL color Cylindrical-coordinate representation of color #AAD1AC: hue angle of 123.08º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1AC is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 172 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.18 |
| HSL | 123.08º | 0.3% | 0.74% | - |
| HSV(B) | 123.08º | 0.19% | 0.82% | - |
| XYZ | 46.82 | 57.13 | 47.59 | - |
| YUV | 193.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 172 | 0.19 | 0 | 0.18 | 0.18 | 123.08 | 0.3 | 0.74 |
| Hex | AA | D1 | AC | 13 | 0 | 12 | 12 | 7B | 1E | 4A |
| Octal | 252 | 321 | 254 | 23 | 0 | 22 | 22 | 173 | 36 | 112 |
| Binary | 10101010 | 11010001 | 10101100 | 10011 | 0 | 10010 | 10010 | 1111011 | 11110 | 1001010 |
Color Harmonies of #AAD1AC
Complementary color
Monochromatic Colors of #AAD1AC
Black with #AAD1AC
Text Example
Text Example
White with #AAD1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1AC; }
p { color: rgb(170,209,172); }
H1.HeaderClassName
{
color: #AAD1AC;
}
.AnyTagClassName
{
color: #AAD1AC;
}
</style>
background-color css
<style>
a { background-color: #AAD1AC; }
a { background-color: rgb(170,209,172); }
div.DivClassName
{
background-color: #AAD1AC;
}
.BgClassName
{
background-color: #AAD1AC;
}
</style>
border-color css
<style>
span { border-color: #AAD1AC; }
span { border-color: rgb(170,209,172); }
td.TdClassName
{
border-color: #AAD1AC;
}
.TagClassName
{
border-color: #AAD1AC;
}
</style>