Shades of Moss Green #AAD0AC
Tints of Moss Green #AAD0AC
RGB
CMYK
RGB Variations
Color information
#AAD0AC (or 0xAAD0AC) is known color: Moss Green. HEX triplet: AA, D0 and AC. RGB value is (170,208,172). Sum of RGB (Red+Green+Blue) = 170+208+172=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD0AC is #552F53. Grayscale: #C0C0C0. Windows color (decimal): -5582676 or 11325610. OLE color: 11325610.
HSL color Cylindrical-coordinate representation of color #AAD0AC: hue angle of 123.16º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0AC is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 172 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.18 |
| HSL | 123.16º | 0.29% | 0.74% | - |
| HSV(B) | 123.16º | 0.18% | 0.82% | - |
| XYZ | 46.58 | 56.64 | 47.51 | - |
| YUV | 192.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 172 | 0.18 | 0 | 0.17 | 0.18 | 123.16 | 0.29 | 0.74 |
| Hex | AA | D0 | AC | 12 | 0 | 11 | 12 | 7B | 1D | 4A |
| Octal | 252 | 320 | 254 | 22 | 0 | 21 | 22 | 173 | 35 | 112 |
| Binary | 10101010 | 11010000 | 10101100 | 10010 | 0 | 10001 | 10010 | 1111011 | 11101 | 1001010 |
Color Harmonies of #AAD0AC
Complementary color
Monochromatic Colors of #AAD0AC
Black with #AAD0AC
Text Example
Text Example
White with #AAD0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0AC; }
p { color: rgb(170,208,172); }
H1.HeaderClassName
{
color: #AAD0AC;
}
.AnyTagClassName
{
color: #AAD0AC;
}
</style>
background-color css
<style>
a { background-color: #AAD0AC; }
a { background-color: rgb(170,208,172); }
div.DivClassName
{
background-color: #AAD0AC;
}
.BgClassName
{
background-color: #AAD0AC;
}
</style>
border-color css
<style>
span { border-color: #AAD0AC; }
span { border-color: rgb(170,208,172); }
td.TdClassName
{
border-color: #AAD0AC;
}
.TagClassName
{
border-color: #AAD0AC;
}
</style>