Shades of Moss Green #AADCAC
Tints of Moss Green #AADCAC
RGB
CMYK
RGB Variations
Color information
#AADCAC (or 0xAADCAC) is known color: Moss Green. HEX triplet: AA, DC and AC. RGB value is (170,220,172). Sum of RGB (Red+Green+Blue) = 170+220+172=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCAC is #552353. Grayscale: #C7C7C7. Windows color (decimal): -5579604 or 11328682. OLE color: 11328682.
HSL color Cylindrical-coordinate representation of color #AADCAC: hue angle of 122.4º 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 #AADCAC is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 172 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.14 |
| HSL | 122.4º | 0.42% | 0.76% | - |
| HSV(B) | 122.4º | 0.23% | 0.86% | - |
| XYZ | 49.62 | 62.71 | 48.52 | - |
| YUV | 199.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 172 | 0.23 | 0 | 0.22 | 0.14 | 122.4 | 0.42 | 0.76 |
| Hex | AA | DC | AC | 17 | 0 | 16 | E | 7A | 2A | 4C |
| Octal | 252 | 334 | 254 | 27 | 0 | 26 | 16 | 172 | 52 | 114 |
| Binary | 10101010 | 11011100 | 10101100 | 10111 | 0 | 10110 | 1110 | 1111010 | 101010 | 1001100 |
Color Harmonies of #AADCAC
Complementary color
Monochromatic Colors of #AADCAC
Black with #AADCAC
Text Example
Text Example
White with #AADCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCAC; }
p { color: rgb(170,220,172); }
H1.HeaderClassName
{
color: #AADCAC;
}
.AnyTagClassName
{
color: #AADCAC;
}
</style>
background-color css
<style>
a { background-color: #AADCAC; }
a { background-color: rgb(170,220,172); }
div.DivClassName
{
background-color: #AADCAC;
}
.BgClassName
{
background-color: #AADCAC;
}
</style>
border-color css
<style>
span { border-color: #AADCAC; }
span { border-color: rgb(170,220,172); }
td.TdClassName
{
border-color: #AADCAC;
}
.TagClassName
{
border-color: #AADCAC;
}
</style>