Shades of Moss Green #AADCA2
Tints of Moss Green #AADCA2
RGB
CMYK
RGB Variations
Color information
#AADCA2 (or 0xAADCA2) is known color: Moss Green. HEX triplet: AA, DC and A2. RGB value is (170,220,162). Sum of RGB (Red+Green+Blue) = 170+220+162=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCA2 is #55235D. Grayscale: #C6C6C6. Windows color (decimal): -5579614 or 10673322. OLE color: 10673322.
HSL color Cylindrical-coordinate representation of color #AADCA2: hue angle of 111.72º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADCA2 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 162 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.14 |
| HSL | 111.72º | 0.45% | 0.75% | - |
| HSV(B) | 111.72º | 0.26% | 0.86% | - |
| XYZ | 48.69 | 62.34 | 43.65 | - |
| YUV | 198.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 162 | 0.23 | 0 | 0.26 | 0.14 | 111.72 | 0.45 | 0.75 |
| Hex | AA | DC | A2 | 17 | 0 | 1A | E | 70 | 2D | 4B |
| Octal | 252 | 334 | 242 | 27 | 0 | 32 | 16 | 160 | 55 | 113 |
| Binary | 10101010 | 11011100 | 10100010 | 10111 | 0 | 11010 | 1110 | 1110000 | 101101 | 1001011 |
Color Harmonies of #AADCA2
Complementary color
Monochromatic Colors of #AADCA2
Black with #AADCA2
Text Example
Text Example
White with #AADCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCA2; }
p { color: rgb(170,220,162); }
H1.HeaderClassName
{
color: #AADCA2;
}
.AnyTagClassName
{
color: #AADCA2;
}
</style>
background-color css
<style>
a { background-color: #AADCA2; }
a { background-color: rgb(170,220,162); }
div.DivClassName
{
background-color: #AADCA2;
}
.BgClassName
{
background-color: #AADCA2;
}
</style>
border-color css
<style>
span { border-color: #AADCA2; }
span { border-color: rgb(170,220,162); }
td.TdClassName
{
border-color: #AADCA2;
}
.TagClassName
{
border-color: #AADCA2;
}
</style>