Shades of Moss Green #AEDCAA
Tints of Moss Green #AEDCAA
RGB
CMYK
RGB Variations
Color information
#AEDCAA (or 0xAEDCAA) is known color: Moss Green. HEX triplet: AE, DC and AA. RGB value is (174,220,170). Sum of RGB (Red+Green+Blue) = 174+220+170=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCAA is #512355. Grayscale: #C8C8C8. Windows color (decimal): -5317462 or 11197614. OLE color: 11197614.
HSL color Cylindrical-coordinate representation of color #AEDCAA: hue angle of 115.2º 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 #AEDCAA is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 170 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.14 |
| HSL | 115.2º | 0.42% | 0.76% | - |
| HSV(B) | 115.2º | 0.23% | 0.86% | - |
| XYZ | 50.3 | 63.09 | 47.56 | - |
| YUV | 200.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 170 | 0.21 | 0 | 0.23 | 0.14 | 115.2 | 0.42 | 0.76 |
| Hex | AE | DC | AA | 15 | 0 | 17 | E | 73 | 2A | 4C |
| Octal | 256 | 334 | 252 | 25 | 0 | 27 | 16 | 163 | 52 | 114 |
| Binary | 10101110 | 11011100 | 10101010 | 10101 | 0 | 10111 | 1110 | 1110011 | 101010 | 1001100 |
Color Harmonies of #AEDCAA
Complementary color
Monochromatic Colors of #AEDCAA
Black with #AEDCAA
Text Example
Text Example
White with #AEDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCAA; }
p { color: rgb(174,220,170); }
H1.HeaderClassName
{
color: #AEDCAA;
}
.AnyTagClassName
{
color: #AEDCAA;
}
</style>
background-color css
<style>
a { background-color: #AEDCAA; }
a { background-color: rgb(174,220,170); }
div.DivClassName
{
background-color: #AEDCAA;
}
.BgClassName
{
background-color: #AEDCAA;
}
</style>
border-color css
<style>
span { border-color: #AEDCAA; }
span { border-color: rgb(174,220,170); }
td.TdClassName
{
border-color: #AEDCAA;
}
.TagClassName
{
border-color: #AEDCAA;
}
</style>