Shades of Moss Green #AADCA1
Tints of Moss Green #AADCA1
RGB
CMYK
RGB Variations
Color information
#AADCA1 (or 0xAADCA1) is known color: Moss Green. HEX triplet: AA, DC and A1. RGB value is (170,220,161). Sum of RGB (Red+Green+Blue) = 170+220+161=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCA1 is #55235E. Grayscale: #C6C6C6. Windows color (decimal): -5579615 or 10607786. OLE color: 10607786.
HSL color Cylindrical-coordinate representation of color #AADCA1: hue angle of 110.85º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AADCA1 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 161 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.14 |
| HSL | 110.85º | 0.46% | 0.75% | - |
| HSV(B) | 110.85º | 0.27% | 0.86% | - |
| XYZ | 48.6 | 62.31 | 43.18 | - |
| YUV | 198.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 161 | 0.23 | 0 | 0.27 | 0.14 | 110.85 | 0.46 | 0.75 |
| Hex | AA | DC | A1 | 17 | 0 | 1B | E | 6F | 2E | 4B |
| Octal | 252 | 334 | 241 | 27 | 0 | 33 | 16 | 157 | 56 | 113 |
| Binary | 10101010 | 11011100 | 10100001 | 10111 | 0 | 11011 | 1110 | 1101111 | 101110 | 1001011 |
Color Harmonies of #AADCA1
Complementary color
Monochromatic Colors of #AADCA1
Black with #AADCA1
Text Example
Text Example
White with #AADCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCA1; }
p { color: rgb(170,220,161); }
H1.HeaderClassName
{
color: #AADCA1;
}
.AnyTagClassName
{
color: #AADCA1;
}
</style>
background-color css
<style>
a { background-color: #AADCA1; }
a { background-color: rgb(170,220,161); }
div.DivClassName
{
background-color: #AADCA1;
}
.BgClassName
{
background-color: #AADCA1;
}
</style>
border-color css
<style>
span { border-color: #AADCA1; }
span { border-color: rgb(170,220,161); }
td.TdClassName
{
border-color: #AADCA1;
}
.TagClassName
{
border-color: #AADCA1;
}
</style>