Shades of Moss Green #AEDCA7
Tints of Moss Green #AEDCA7
RGB
CMYK
RGB Variations
Color information
#AEDCA7 (or 0xAEDCA7) is known color: Moss Green. HEX triplet: AE, DC and A7. RGB value is (174,220,167). Sum of RGB (Red+Green+Blue) = 174+220+167=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCA7 is #512358. Grayscale: #C8C8C8. Windows color (decimal): -5317465 or 11001006. OLE color: 11001006.
HSL color Cylindrical-coordinate representation of color #AEDCA7: hue angle of 112.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDCA7 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 167 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.14 |
| HSL | 112.08º | 0.43% | 0.76% | - |
| HSV(B) | 112.08º | 0.24% | 0.86% | - |
| XYZ | 50.02 | 62.98 | 46.08 | - |
| YUV | 200.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 167 | 0.21 | 0 | 0.24 | 0.14 | 112.08 | 0.43 | 0.76 |
| Hex | AE | DC | A7 | 15 | 0 | 18 | E | 70 | 2B | 4C |
| Octal | 256 | 334 | 247 | 25 | 0 | 30 | 16 | 160 | 53 | 114 |
| Binary | 10101110 | 11011100 | 10100111 | 10101 | 0 | 11000 | 1110 | 1110000 | 101011 | 1001100 |
Color Harmonies of #AEDCA7
Complementary color
Monochromatic Colors of #AEDCA7
Black with #AEDCA7
Text Example
Text Example
White with #AEDCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCA7; }
p { color: rgb(174,220,167); }
H1.HeaderClassName
{
color: #AEDCA7;
}
.AnyTagClassName
{
color: #AEDCA7;
}
</style>
background-color css
<style>
a { background-color: #AEDCA7; }
a { background-color: rgb(174,220,167); }
div.DivClassName
{
background-color: #AEDCA7;
}
.BgClassName
{
background-color: #AEDCA7;
}
</style>
border-color css
<style>
span { border-color: #AEDCA7; }
span { border-color: rgb(174,220,167); }
td.TdClassName
{
border-color: #AEDCA7;
}
.TagClassName
{
border-color: #AEDCA7;
}
</style>