Shades of Moss Green #AEDCAE
Tints of Moss Green #AEDCAE
RGB
CMYK
RGB Variations
Color information
#AEDCAE (or 0xAEDCAE) is known color: Moss Green. HEX triplet: AE, DC and AE. RGB value is (174,220,174). Sum of RGB (Red+Green+Blue) = 174+220+174=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCAE is #512351. Grayscale: #C9C9C9. Windows color (decimal): -5317458 or 11459758. OLE color: 11459758.
HSL color Cylindrical-coordinate representation of color #AEDCAE: hue angle of 120º 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 #AEDCAE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 174 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.14 |
| HSL | 120º | 0.4% | 0.77% | - |
| HSV(B) | 120º | 0.21% | 0.86% | - |
| XYZ | 50.69 | 63.24 | 49.58 | - |
| YUV | 201 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 174 | 0.21 | 0 | 0.21 | 0.14 | 120 | 0.4 | 0.77 |
| Hex | AE | DC | AE | 15 | 0 | 15 | E | 78 | 28 | 4D |
| Octal | 256 | 334 | 256 | 25 | 0 | 25 | 16 | 170 | 50 | 115 |
| Binary | 10101110 | 11011100 | 10101110 | 10101 | 0 | 10101 | 1110 | 1111000 | 101000 | 1001101 |
Color Harmonies of #AEDCAE
Complementary color
Monochromatic Colors of #AEDCAE
Black with #AEDCAE
Text Example
Text Example
White with #AEDCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCAE; }
p { color: rgb(174,220,174); }
H1.HeaderClassName
{
color: #AEDCAE;
}
.AnyTagClassName
{
color: #AEDCAE;
}
</style>
background-color css
<style>
a { background-color: #AEDCAE; }
a { background-color: rgb(174,220,174); }
div.DivClassName
{
background-color: #AEDCAE;
}
.BgClassName
{
background-color: #AEDCAE;
}
</style>
border-color css
<style>
span { border-color: #AEDCAE; }
span { border-color: rgb(174,220,174); }
td.TdClassName
{
border-color: #AEDCAE;
}
.TagClassName
{
border-color: #AEDCAE;
}
</style>