Shades of Moss Green #AAD1A6
Tints of Moss Green #AAD1A6
RGB
CMYK
RGB Variations
Color information
#AAD1A6 (or 0xAAD1A6) is known color: Moss Green. HEX triplet: AA, D1 and A6. RGB value is (170,209,166). Sum of RGB (Red+Green+Blue) = 170+209+166=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1A6 is #552E59. Grayscale: #C0C0C0. Windows color (decimal): -5582426 or 10932650. OLE color: 10932650.
HSL color Cylindrical-coordinate representation of color #AAD1A6: hue angle of 114.42º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD1A6 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 166 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.18 |
| HSL | 114.42º | 0.32% | 0.74% | - |
| HSV(B) | 114.42º | 0.21% | 0.82% | - |
| XYZ | 46.26 | 56.9 | 44.62 | - |
| YUV | 192.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 166 | 0.19 | 0 | 0.21 | 0.18 | 114.42 | 0.32 | 0.74 |
| Hex | AA | D1 | A6 | 13 | 0 | 15 | 12 | 72 | 20 | 4A |
| Octal | 252 | 321 | 246 | 23 | 0 | 25 | 22 | 162 | 40 | 112 |
| Binary | 10101010 | 11010001 | 10100110 | 10011 | 0 | 10101 | 10010 | 1110010 | 100000 | 1001010 |
Color Harmonies of #AAD1A6
Complementary color
Monochromatic Colors of #AAD1A6
Black with #AAD1A6
Text Example
Text Example
White with #AAD1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1A6; }
p { color: rgb(170,209,166); }
H1.HeaderClassName
{
color: #AAD1A6;
}
.AnyTagClassName
{
color: #AAD1A6;
}
</style>
background-color css
<style>
a { background-color: #AAD1A6; }
a { background-color: rgb(170,209,166); }
div.DivClassName
{
background-color: #AAD1A6;
}
.BgClassName
{
background-color: #AAD1A6;
}
</style>
border-color css
<style>
span { border-color: #AAD1A6; }
span { border-color: rgb(170,209,166); }
td.TdClassName
{
border-color: #AAD1A6;
}
.TagClassName
{
border-color: #AAD1A6;
}
</style>