Shades of Moss Green #AEDAAE
Tints of Moss Green #AEDAAE
RGB
CMYK
RGB Variations
Color information
#AEDAAE (or 0xAEDAAE) is known color: Moss Green. HEX triplet: AE, DA and AE. RGB value is (174,218,174). Sum of RGB (Red+Green+Blue) = 174+218+174=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAAE is #512551. Grayscale: #C7C7C7. Windows color (decimal): -5317970 or 11459246. OLE color: 11459246.
HSL color Cylindrical-coordinate representation of color #AEDAAE: hue angle of 120º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAAE is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 174 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.15 |
| HSL | 120º | 0.37% | 0.77% | - |
| HSV(B) | 120º | 0.2% | 0.85% | - |
| XYZ | 50.17 | 62.2 | 49.41 | - |
| YUV | 199.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 174 | 0.20 | 0 | 0.20 | 0.15 | 120 | 0.37 | 0.77 |
| Hex | AE | DA | AE | 14 | 0 | 14 | F | 78 | 25 | 4D |
| Octal | 256 | 332 | 256 | 24 | 0 | 24 | 17 | 170 | 45 | 115 |
| Binary | 10101110 | 11011010 | 10101110 | 10100 | 0 | 10100 | 1111 | 1111000 | 100101 | 1001101 |
Color Harmonies of #AEDAAE
Complementary color
Monochromatic Colors of #AEDAAE
Black with #AEDAAE
Text Example
Text Example
White with #AEDAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAAE; }
p { color: rgb(174,218,174); }
H1.HeaderClassName
{
color: #AEDAAE;
}
.AnyTagClassName
{
color: #AEDAAE;
}
</style>
background-color css
<style>
a { background-color: #AEDAAE; }
a { background-color: rgb(174,218,174); }
div.DivClassName
{
background-color: #AEDAAE;
}
.BgClassName
{
background-color: #AEDAAE;
}
</style>
border-color css
<style>
span { border-color: #AEDAAE; }
span { border-color: rgb(174,218,174); }
td.TdClassName
{
border-color: #AEDAAE;
}
.TagClassName
{
border-color: #AEDAAE;
}
</style>