Shades of Moss Green #AED9AD
Tints of Moss Green #AED9AD
RGB
CMYK
RGB Variations
Color information
#AED9AD (or 0xAED9AD) is known color: Moss Green. HEX triplet: AE, D9 and AD. RGB value is (174,217,173). Sum of RGB (Red+Green+Blue) = 174+217+173=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED9AD is #512652. Grayscale: #C7C7C7. Windows color (decimal): -5318227 or 11393454. OLE color: 11393454.
HSL color Cylindrical-coordinate representation of color #AED9AD: hue angle of 118.64º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED9AD is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 173 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.15 |
| HSL | 118.64º | 0.37% | 0.76% | - |
| HSV(B) | 118.64º | 0.2% | 0.85% | - |
| XYZ | 49.81 | 61.64 | 48.81 | - |
| YUV | 199.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 173 | 0.20 | 0 | 0.20 | 0.15 | 118.64 | 0.37 | 0.76 |
| Hex | AE | D9 | AD | 14 | 0 | 14 | F | 77 | 25 | 4C |
| Octal | 256 | 331 | 255 | 24 | 0 | 24 | 17 | 167 | 45 | 114 |
| Binary | 10101110 | 11011001 | 10101101 | 10100 | 0 | 10100 | 1111 | 1110111 | 100101 | 1001100 |
Color Harmonies of #AED9AD
Complementary color
Monochromatic Colors of #AED9AD
Black with #AED9AD
Text Example
Text Example
White with #AED9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED9AD; }
p { color: rgb(174,217,173); }
H1.HeaderClassName
{
color: #AED9AD;
}
.AnyTagClassName
{
color: #AED9AD;
}
</style>
background-color css
<style>
a { background-color: #AED9AD; }
a { background-color: rgb(174,217,173); }
div.DivClassName
{
background-color: #AED9AD;
}
.BgClassName
{
background-color: #AED9AD;
}
</style>
border-color css
<style>
span { border-color: #AED9AD; }
span { border-color: rgb(174,217,173); }
td.TdClassName
{
border-color: #AED9AD;
}
.TagClassName
{
border-color: #AED9AD;
}
</style>