Shades of Moss Green #AEDBAC
Tints of Moss Green #AEDBAC
RGB
CMYK
RGB Variations
Color information
#AEDBAC (or 0xAEDBAC) is known color: Moss Green. HEX triplet: AE, DB and AC. RGB value is (174,219,172). Sum of RGB (Red+Green+Blue) = 174+219+172=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBAC is #512453. Grayscale: #C8C8C8. Windows color (decimal): -5317716 or 11328430. OLE color: 11328430.
HSL color Cylindrical-coordinate representation of color #AEDBAC: hue angle of 117.45º 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 #AEDBAC is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 172 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.14 |
| HSL | 117.45º | 0.39% | 0.77% | - |
| HSV(B) | 117.45º | 0.21% | 0.86% | - |
| XYZ | 50.23 | 62.64 | 48.47 | - |
| YUV | 200.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 172 | 0.21 | 0 | 0.21 | 0.14 | 117.45 | 0.39 | 0.77 |
| Hex | AE | DB | AC | 15 | 0 | 15 | E | 75 | 27 | 4D |
| Octal | 256 | 333 | 254 | 25 | 0 | 25 | 16 | 165 | 47 | 115 |
| Binary | 10101110 | 11011011 | 10101100 | 10101 | 0 | 10101 | 1110 | 1110101 | 100111 | 1001101 |
Color Harmonies of #AEDBAC
Complementary color
Monochromatic Colors of #AEDBAC
Black with #AEDBAC
Text Example
Text Example
White with #AEDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBAC; }
p { color: rgb(174,219,172); }
H1.HeaderClassName
{
color: #AEDBAC;
}
.AnyTagClassName
{
color: #AEDBAC;
}
</style>
background-color css
<style>
a { background-color: #AEDBAC; }
a { background-color: rgb(174,219,172); }
div.DivClassName
{
background-color: #AEDBAC;
}
.BgClassName
{
background-color: #AEDBAC;
}
</style>
border-color css
<style>
span { border-color: #AEDBAC; }
span { border-color: rgb(174,219,172); }
td.TdClassName
{
border-color: #AEDBAC;
}
.TagClassName
{
border-color: #AEDBAC;
}
</style>