Shades of Moss Green #AEDAAD
Tints of Moss Green #AEDAAD
RGB
CMYK
RGB Variations
Color information
#AEDAAD (or 0xAEDAAD) is known color: Moss Green. HEX triplet: AE, DA and AD. RGB value is (174,218,173). Sum of RGB (Red+Green+Blue) = 174+218+173=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAAD is #512552. Grayscale: #C7C7C7. Windows color (decimal): -5317971 or 11393710. OLE color: 11393710.
HSL color Cylindrical-coordinate representation of color #AEDAAD: hue angle of 118.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDAAD is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 173 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.15 |
| HSL | 118.67º | 0.38% | 0.77% | - |
| HSV(B) | 118.67º | 0.21% | 0.85% | - |
| XYZ | 50.07 | 62.16 | 48.89 | - |
| YUV | 199.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 173 | 0.20 | 0 | 0.21 | 0.15 | 118.67 | 0.38 | 0.77 |
| Hex | AE | DA | AD | 14 | 0 | 15 | F | 77 | 26 | 4D |
| Octal | 256 | 332 | 255 | 24 | 0 | 25 | 17 | 167 | 46 | 115 |
| Binary | 10101110 | 11011010 | 10101101 | 10100 | 0 | 10101 | 1111 | 1110111 | 100110 | 1001101 |
Color Harmonies of #AEDAAD
Complementary color
Monochromatic Colors of #AEDAAD
Black with #AEDAAD
Text Example
Text Example
White with #AEDAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAAD; }
p { color: rgb(174,218,173); }
H1.HeaderClassName
{
color: #AEDAAD;
}
.AnyTagClassName
{
color: #AEDAAD;
}
</style>
background-color css
<style>
a { background-color: #AEDAAD; }
a { background-color: rgb(174,218,173); }
div.DivClassName
{
background-color: #AEDAAD;
}
.BgClassName
{
background-color: #AEDAAD;
}
</style>
border-color css
<style>
span { border-color: #AEDAAD; }
span { border-color: rgb(174,218,173); }
td.TdClassName
{
border-color: #AEDAAD;
}
.TagClassName
{
border-color: #AEDAAD;
}
</style>