Shades of Moss Green #AAD1A8
Tints of Moss Green #AAD1A8
RGB
CMYK
RGB Variations
Color information
#AAD1A8 (or 0xAAD1A8) is known color: Moss Green. HEX triplet: AA, D1 and A8. RGB value is (170,209,168). Sum of RGB (Red+Green+Blue) = 170+209+168=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD1A8 is #552E57. Grayscale: #C0C0C0. Windows color (decimal): -5582424 or 11063722. OLE color: 11063722.
HSL color Cylindrical-coordinate representation of color #AAD1A8: hue angle of 117.07º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD1A8 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 168 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.18 |
| HSL | 117.07º | 0.31% | 0.74% | - |
| HSV(B) | 117.07º | 0.2% | 0.82% | - |
| XYZ | 46.45 | 56.97 | 45.59 | - |
| YUV | 192.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 168 | 0.19 | 0 | 0.20 | 0.18 | 117.07 | 0.31 | 0.74 |
| Hex | AA | D1 | A8 | 13 | 0 | 14 | 12 | 75 | 1F | 4A |
| Octal | 252 | 321 | 250 | 23 | 0 | 24 | 22 | 165 | 37 | 112 |
| Binary | 10101010 | 11010001 | 10101000 | 10011 | 0 | 10100 | 10010 | 1110101 | 11111 | 1001010 |
Color Harmonies of #AAD1A8
Complementary color
Monochromatic Colors of #AAD1A8
Black with #AAD1A8
Text Example
Text Example
White with #AAD1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1A8; }
p { color: rgb(170,209,168); }
H1.HeaderClassName
{
color: #AAD1A8;
}
.AnyTagClassName
{
color: #AAD1A8;
}
</style>
background-color css
<style>
a { background-color: #AAD1A8; }
a { background-color: rgb(170,209,168); }
div.DivClassName
{
background-color: #AAD1A8;
}
.BgClassName
{
background-color: #AAD1A8;
}
</style>
border-color css
<style>
span { border-color: #AAD1A8; }
span { border-color: rgb(170,209,168); }
td.TdClassName
{
border-color: #AAD1A8;
}
.TagClassName
{
border-color: #AAD1A8;
}
</style>