Shades of Moss Green #AEDCAD
Tints of Moss Green #AEDCAD
RGB
CMYK
RGB Variations
Color information
#AEDCAD (or 0xAEDCAD) is known color: Moss Green. HEX triplet: AE, DC and AD. RGB value is (174,220,173). Sum of RGB (Red+Green+Blue) = 174+220+173=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCAD is #512352. Grayscale: #C9C9C9. Windows color (decimal): -5317459 or 11394222. OLE color: 11394222.
HSL color Cylindrical-coordinate representation of color #AEDCAD: hue angle of 118.72º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCAD is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 173 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.14 |
| HSL | 118.72º | 0.4% | 0.77% | - |
| HSV(B) | 118.72º | 0.21% | 0.86% | - |
| XYZ | 50.59 | 63.2 | 49.07 | - |
| YUV | 200.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 173 | 0.21 | 0 | 0.21 | 0.14 | 118.72 | 0.4 | 0.77 |
| Hex | AE | DC | AD | 15 | 0 | 15 | E | 77 | 28 | 4D |
| Octal | 256 | 334 | 255 | 25 | 0 | 25 | 16 | 167 | 50 | 115 |
| Binary | 10101110 | 11011100 | 10101101 | 10101 | 0 | 10101 | 1110 | 1110111 | 101000 | 1001101 |
Color Harmonies of #AEDCAD
Complementary color
Monochromatic Colors of #AEDCAD
Black with #AEDCAD
Text Example
Text Example
White with #AEDCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCAD; }
p { color: rgb(174,220,173); }
H1.HeaderClassName
{
color: #AEDCAD;
}
.AnyTagClassName
{
color: #AEDCAD;
}
</style>
background-color css
<style>
a { background-color: #AEDCAD; }
a { background-color: rgb(174,220,173); }
div.DivClassName
{
background-color: #AEDCAD;
}
.BgClassName
{
background-color: #AEDCAD;
}
</style>
border-color css
<style>
span { border-color: #AEDCAD; }
span { border-color: rgb(174,220,173); }
td.TdClassName
{
border-color: #AEDCAD;
}
.TagClassName
{
border-color: #AEDCAD;
}
</style>