Shades of Moss Green #AEDCAC
Tints of Moss Green #AEDCAC
RGB
CMYK
RGB Variations
Color information
#AEDCAC (or 0xAEDCAC) is known color: Moss Green. HEX triplet: AE, DC and AC. RGB value is (174,220,172). Sum of RGB (Red+Green+Blue) = 174+220+172=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCAC is #512353. Grayscale: #C8C8C8. Windows color (decimal): -5317460 or 11328686. OLE color: 11328686.
HSL color Cylindrical-coordinate representation of color #AEDCAC: hue angle of 117.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDCAC is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 172 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.14 |
| HSL | 117.5º | 0.41% | 0.77% | - |
| HSV(B) | 117.5º | 0.22% | 0.86% | - |
| XYZ | 50.5 | 63.16 | 48.56 | - |
| YUV | 200.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 172 | 0.21 | 0 | 0.22 | 0.14 | 117.5 | 0.41 | 0.77 |
| Hex | AE | DC | AC | 15 | 0 | 16 | E | 76 | 29 | 4D |
| Octal | 256 | 334 | 254 | 25 | 0 | 26 | 16 | 166 | 51 | 115 |
| Binary | 10101110 | 11011100 | 10101100 | 10101 | 0 | 10110 | 1110 | 1110110 | 101001 | 1001101 |
Color Harmonies of #AEDCAC
Complementary color
Monochromatic Colors of #AEDCAC
Black with #AEDCAC
Text Example
Text Example
White with #AEDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCAC; }
p { color: rgb(174,220,172); }
H1.HeaderClassName
{
color: #AEDCAC;
}
.AnyTagClassName
{
color: #AEDCAC;
}
</style>
background-color css
<style>
a { background-color: #AEDCAC; }
a { background-color: rgb(174,220,172); }
div.DivClassName
{
background-color: #AEDCAC;
}
.BgClassName
{
background-color: #AEDCAC;
}
</style>
border-color css
<style>
span { border-color: #AEDCAC; }
span { border-color: rgb(174,220,172); }
td.TdClassName
{
border-color: #AEDCAC;
}
.TagClassName
{
border-color: #AEDCAC;
}
</style>