Shades of Moss Green #AEDBAD
Tints of Moss Green #AEDBAD
RGB
CMYK
RGB Variations
Color information
#AEDBAD (or 0xAEDBAD) is known color: Moss Green. HEX triplet: AE, DB and AD. RGB value is (174,219,173). Sum of RGB (Red+Green+Blue) = 174+219+173=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBAD is #512452. Grayscale: #C8C8C8. Windows color (decimal): -5317715 or 11393966. OLE color: 11393966.
HSL color Cylindrical-coordinate representation of color #AEDBAD: hue angle of 118.7º degrees, saturation: 0.39, 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 #AEDBAD is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 173 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.14 |
| HSL | 118.7º | 0.39% | 0.77% | - |
| HSV(B) | 118.7º | 0.21% | 0.86% | - |
| XYZ | 50.33 | 62.68 | 48.98 | - |
| YUV | 200.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 173 | 0.21 | 0 | 0.21 | 0.14 | 118.7 | 0.39 | 0.77 |
| Hex | AE | DB | AD | 15 | 0 | 15 | E | 77 | 27 | 4D |
| Octal | 256 | 333 | 255 | 25 | 0 | 25 | 16 | 167 | 47 | 115 |
| Binary | 10101110 | 11011011 | 10101101 | 10101 | 0 | 10101 | 1110 | 1110111 | 100111 | 1001101 |
Color Harmonies of #AEDBAD
Complementary color
Monochromatic Colors of #AEDBAD
Black with #AEDBAD
Text Example
Text Example
White with #AEDBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBAD; }
p { color: rgb(174,219,173); }
H1.HeaderClassName
{
color: #AEDBAD;
}
.AnyTagClassName
{
color: #AEDBAD;
}
</style>
background-color css
<style>
a { background-color: #AEDBAD; }
a { background-color: rgb(174,219,173); }
div.DivClassName
{
background-color: #AEDBAD;
}
.BgClassName
{
background-color: #AEDBAD;
}
</style>
border-color css
<style>
span { border-color: #AEDBAD; }
span { border-color: rgb(174,219,173); }
td.TdClassName
{
border-color: #AEDBAD;
}
.TagClassName
{
border-color: #AEDBAD;
}
</style>