Shades of Moss Green #AEDCA8
Tints of Moss Green #AEDCA8
RGB
CMYK
RGB Variations
Color information
#AEDCA8 (or 0xAEDCA8) is known color: Moss Green. HEX triplet: AE, DC and A8. RGB value is (174,220,168). Sum of RGB (Red+Green+Blue) = 174+220+168=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCA8 is #512357. Grayscale: #C8C8C8. Windows color (decimal): -5317464 or 11066542. OLE color: 11066542.
HSL color Cylindrical-coordinate representation of color #AEDCA8: hue angle of 113.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 #AEDCA8 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 168 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.14 |
| HSL | 113.08º | 0.43% | 0.76% | - |
| HSV(B) | 113.08º | 0.24% | 0.86% | - |
| XYZ | 50.12 | 63.01 | 46.57 | - |
| YUV | 200.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 168 | 0.21 | 0 | 0.24 | 0.14 | 113.08 | 0.43 | 0.76 |
| Hex | AE | DC | A8 | 15 | 0 | 18 | E | 71 | 2B | 4C |
| Octal | 256 | 334 | 250 | 25 | 0 | 30 | 16 | 161 | 53 | 114 |
| Binary | 10101110 | 11011100 | 10101000 | 10101 | 0 | 11000 | 1110 | 1110001 | 101011 | 1001100 |
Color Harmonies of #AEDCA8
Complementary color
Monochromatic Colors of #AEDCA8
Black with #AEDCA8
Text Example
Text Example
White with #AEDCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCA8; }
p { color: rgb(174,220,168); }
H1.HeaderClassName
{
color: #AEDCA8;
}
.AnyTagClassName
{
color: #AEDCA8;
}
</style>
background-color css
<style>
a { background-color: #AEDCA8; }
a { background-color: rgb(174,220,168); }
div.DivClassName
{
background-color: #AEDCA8;
}
.BgClassName
{
background-color: #AEDCA8;
}
</style>
border-color css
<style>
span { border-color: #AEDCA8; }
span { border-color: rgb(174,220,168); }
td.TdClassName
{
border-color: #AEDCA8;
}
.TagClassName
{
border-color: #AEDCA8;
}
</style>