Shades of Moss Green #AADCAA
Tints of Moss Green #AADCAA
RGB
CMYK
RGB Variations
Color information
#AADCAA (or 0xAADCAA) is known color: Moss Green. HEX triplet: AA, DC and AA. RGB value is (170,220,170). Sum of RGB (Red+Green+Blue) = 170+220+170=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCAA is #552355. Grayscale: #C7C7C7. Windows color (decimal): -5579606 or 11197610. OLE color: 11197610.
HSL color Cylindrical-coordinate representation of color #AADCAA: hue angle of 120º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCAA is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 170 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.14 |
| HSL | 120º | 0.42% | 0.76% | - |
| HSV(B) | 120º | 0.23% | 0.86% | - |
| XYZ | 49.43 | 62.63 | 47.51 | - |
| YUV | 199.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 170 | 0.23 | 0 | 0.23 | 0.14 | 120 | 0.42 | 0.76 |
| Hex | AA | DC | AA | 17 | 0 | 17 | E | 78 | 2A | 4C |
| Octal | 252 | 334 | 252 | 27 | 0 | 27 | 16 | 170 | 52 | 114 |
| Binary | 10101010 | 11011100 | 10101010 | 10111 | 0 | 10111 | 1110 | 1111000 | 101010 | 1001100 |
Color Harmonies of #AADCAA
Complementary color
Monochromatic Colors of #AADCAA
Black with #AADCAA
Text Example
Text Example
White with #AADCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCAA; }
p { color: rgb(170,220,170); }
H1.HeaderClassName
{
color: #AADCAA;
}
.AnyTagClassName
{
color: #AADCAA;
}
</style>
background-color css
<style>
a { background-color: #AADCAA; }
a { background-color: rgb(170,220,170); }
div.DivClassName
{
background-color: #AADCAA;
}
.BgClassName
{
background-color: #AADCAA;
}
</style>
border-color css
<style>
span { border-color: #AADCAA; }
span { border-color: rgb(170,220,170); }
td.TdClassName
{
border-color: #AADCAA;
}
.TagClassName
{
border-color: #AADCAA;
}
</style>