Shades of Moss Green #AAD2A6
Tints of Moss Green #AAD2A6
RGB
CMYK
RGB Variations
Color information
#AAD2A6 (or 0xAAD2A6) is known color: Moss Green. HEX triplet: AA, D2 and A6. RGB value is (170,210,166). Sum of RGB (Red+Green+Blue) = 170+210+166=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD2A6 is #552D59. Grayscale: #C1C1C1. Windows color (decimal): -5582170 or 10932906. OLE color: 10932906.
HSL color Cylindrical-coordinate representation of color #AAD2A6: hue angle of 114.55º degrees, saturation: 0.33, 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 #AAD2A6 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 166 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.18 |
| HSL | 114.55º | 0.33% | 0.74% | - |
| HSV(B) | 114.55º | 0.21% | 0.82% | - |
| XYZ | 46.51 | 57.39 | 44.7 | - |
| YUV | 193.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 166 | 0.19 | 0 | 0.21 | 0.18 | 114.55 | 0.33 | 0.74 |
| Hex | AA | D2 | A6 | 13 | 0 | 15 | 12 | 73 | 21 | 4A |
| Octal | 252 | 322 | 246 | 23 | 0 | 25 | 22 | 163 | 41 | 112 |
| Binary | 10101010 | 11010010 | 10100110 | 10011 | 0 | 10101 | 10010 | 1110011 | 100001 | 1001010 |
Color Harmonies of #AAD2A6
Complementary color
Monochromatic Colors of #AAD2A6
Black with #AAD2A6
Text Example
Text Example
White with #AAD2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2A6; }
p { color: rgb(170,210,166); }
H1.HeaderClassName
{
color: #AAD2A6;
}
.AnyTagClassName
{
color: #AAD2A6;
}
</style>
background-color css
<style>
a { background-color: #AAD2A6; }
a { background-color: rgb(170,210,166); }
div.DivClassName
{
background-color: #AAD2A6;
}
.BgClassName
{
background-color: #AAD2A6;
}
</style>
border-color css
<style>
span { border-color: #AAD2A6; }
span { border-color: rgb(170,210,166); }
td.TdClassName
{
border-color: #AAD2A6;
}
.TagClassName
{
border-color: #AAD2A6;
}
</style>