Shades of Moss Green #AAD4AA
Tints of Moss Green #AAD4AA
RGB
CMYK
RGB Variations
Color information
#AAD4AA (or 0xAAD4AA) is known color: Moss Green. HEX triplet: AA, D4 and AA. RGB value is (170,212,170). Sum of RGB (Red+Green+Blue) = 170+212+170=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD4AA is #552B55. Grayscale: #C2C2C2. Windows color (decimal): -5581654 or 11195562. OLE color: 11195562.
HSL color Cylindrical-coordinate representation of color #AAD4AA: hue angle of 120º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD4AA is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 170 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.17 |
| HSL | 120º | 0.33% | 0.75% | - |
| HSV(B) | 120º | 0.2% | 0.83% | - |
| XYZ | 47.38 | 58.54 | 46.83 | - |
| YUV | 194.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 170 | 0.20 | 0 | 0.20 | 0.17 | 120 | 0.33 | 0.75 |
| Hex | AA | D4 | AA | 14 | 0 | 14 | 11 | 78 | 21 | 4B |
| Octal | 252 | 324 | 252 | 24 | 0 | 24 | 21 | 170 | 41 | 113 |
| Binary | 10101010 | 11010100 | 10101010 | 10100 | 0 | 10100 | 10001 | 1111000 | 100001 | 1001011 |
Color Harmonies of #AAD4AA
Complementary color
Monochromatic Colors of #AAD4AA
Black with #AAD4AA
Text Example
Text Example
White with #AAD4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD4AA; }
p { color: rgb(170,212,170); }
H1.HeaderClassName
{
color: #AAD4AA;
}
.AnyTagClassName
{
color: #AAD4AA;
}
</style>
background-color css
<style>
a { background-color: #AAD4AA; }
a { background-color: rgb(170,212,170); }
div.DivClassName
{
background-color: #AAD4AA;
}
.BgClassName
{
background-color: #AAD4AA;
}
</style>
border-color css
<style>
span { border-color: #AAD4AA; }
span { border-color: rgb(170,212,170); }
td.TdClassName
{
border-color: #AAD4AA;
}
.TagClassName
{
border-color: #AAD4AA;
}
</style>