Shades of Moss Green #AAD6A5
Tints of Moss Green #AAD6A5
RGB
CMYK
RGB Variations
Color information
#AAD6A5 (or 0xAAD6A5) is known color: Moss Green. HEX triplet: AA, D6 and A5. RGB value is (170,214,165). Sum of RGB (Red+Green+Blue) = 170+214+165=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD6A5 is #55295A. Grayscale: #C3C3C3. Windows color (decimal): -5581147 or 10868394. OLE color: 10868394.
HSL color Cylindrical-coordinate representation of color #AAD6A5: hue angle of 113.88º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD6A5 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 165 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.16 |
| HSL | 113.88º | 0.37% | 0.74% | - |
| HSV(B) | 113.88º | 0.23% | 0.84% | - |
| XYZ | 47.42 | 59.36 | 44.56 | - |
| YUV | 195.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 165 | 0.21 | 0 | 0.23 | 0.16 | 113.88 | 0.37 | 0.74 |
| Hex | AA | D6 | A5 | 15 | 0 | 17 | 10 | 72 | 25 | 4A |
| Octal | 252 | 326 | 245 | 25 | 0 | 27 | 20 | 162 | 45 | 112 |
| Binary | 10101010 | 11010110 | 10100101 | 10101 | 0 | 10111 | 10000 | 1110010 | 100101 | 1001010 |
Color Harmonies of #AAD6A5
Complementary color
Monochromatic Colors of #AAD6A5
Black with #AAD6A5
Text Example
Text Example
White with #AAD6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD6A5; }
p { color: rgb(170,214,165); }
H1.HeaderClassName
{
color: #AAD6A5;
}
.AnyTagClassName
{
color: #AAD6A5;
}
</style>
background-color css
<style>
a { background-color: #AAD6A5; }
a { background-color: rgb(170,214,165); }
div.DivClassName
{
background-color: #AAD6A5;
}
.BgClassName
{
background-color: #AAD6A5;
}
</style>
border-color css
<style>
span { border-color: #AAD6A5; }
span { border-color: rgb(170,214,165); }
td.TdClassName
{
border-color: #AAD6A5;
}
.TagClassName
{
border-color: #AAD6A5;
}
</style>