Shades of Moss Green #AAD7A5
Tints of Moss Green #AAD7A5
RGB
CMYK
RGB Variations
Color information
#AAD7A5 (or 0xAAD7A5) is known color: Moss Green. HEX triplet: AA, D7 and A5. RGB value is (170,215,165). Sum of RGB (Red+Green+Blue) = 170+215+165=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD7A5 is #55285A. Grayscale: #C4C4C4. Windows color (decimal): -5580891 or 10868650. OLE color: 10868650.
HSL color Cylindrical-coordinate representation of color #AAD7A5: hue angle of 114º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD7A5 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 165 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.16 |
| HSL | 114º | 0.38% | 0.75% | - |
| HSV(B) | 114º | 0.23% | 0.84% | - |
| XYZ | 47.67 | 59.86 | 44.64 | - |
| YUV | 195.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 165 | 0.21 | 0 | 0.23 | 0.16 | 114 | 0.38 | 0.75 |
| Hex | AA | D7 | A5 | 15 | 0 | 17 | 10 | 72 | 26 | 4B |
| Octal | 252 | 327 | 245 | 25 | 0 | 27 | 20 | 162 | 46 | 113 |
| Binary | 10101010 | 11010111 | 10100101 | 10101 | 0 | 10111 | 10000 | 1110010 | 100110 | 1001011 |
Color Harmonies of #AAD7A5
Complementary color
Monochromatic Colors of #AAD7A5
Black with #AAD7A5
Text Example
Text Example
White with #AAD7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD7A5; }
p { color: rgb(170,215,165); }
H1.HeaderClassName
{
color: #AAD7A5;
}
.AnyTagClassName
{
color: #AAD7A5;
}
</style>
background-color css
<style>
a { background-color: #AAD7A5; }
a { background-color: rgb(170,215,165); }
div.DivClassName
{
background-color: #AAD7A5;
}
.BgClassName
{
background-color: #AAD7A5;
}
</style>
border-color css
<style>
span { border-color: #AAD7A5; }
span { border-color: rgb(170,215,165); }
td.TdClassName
{
border-color: #AAD7A5;
}
.TagClassName
{
border-color: #AAD7A5;
}
</style>