Shades of Moss Green #AEDBAB
Tints of Moss Green #AEDBAB
RGB
CMYK
RGB Variations
Color information
#AEDBAB (or 0xAEDBAB) is known color: Moss Green. HEX triplet: AE, DB and AB. RGB value is (174,219,171). Sum of RGB (Red+Green+Blue) = 174+219+171=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBAB is #512454. Grayscale: #C8C8C8. Windows color (decimal): -5317717 or 11262894. OLE color: 11262894.
HSL color Cylindrical-coordinate representation of color #AEDBAB: hue angle of 116.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDBAB is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 171 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.14 |
| HSL | 116.25º | 0.4% | 0.76% | - |
| HSV(B) | 116.25º | 0.22% | 0.86% | - |
| XYZ | 50.14 | 62.6 | 47.97 | - |
| YUV | 200.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 171 | 0.21 | 0 | 0.22 | 0.14 | 116.25 | 0.4 | 0.76 |
| Hex | AE | DB | AB | 15 | 0 | 16 | E | 74 | 28 | 4C |
| Octal | 256 | 333 | 253 | 25 | 0 | 26 | 16 | 164 | 50 | 114 |
| Binary | 10101110 | 11011011 | 10101011 | 10101 | 0 | 10110 | 1110 | 1110100 | 101000 | 1001100 |
Color Harmonies of #AEDBAB
Complementary color
Monochromatic Colors of #AEDBAB
Black with #AEDBAB
Text Example
Text Example
White with #AEDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBAB; }
p { color: rgb(174,219,171); }
H1.HeaderClassName
{
color: #AEDBAB;
}
.AnyTagClassName
{
color: #AEDBAB;
}
</style>
background-color css
<style>
a { background-color: #AEDBAB; }
a { background-color: rgb(174,219,171); }
div.DivClassName
{
background-color: #AEDBAB;
}
.BgClassName
{
background-color: #AEDBAB;
}
</style>
border-color css
<style>
span { border-color: #AEDBAB; }
span { border-color: rgb(174,219,171); }
td.TdClassName
{
border-color: #AEDBAB;
}
.TagClassName
{
border-color: #AEDBAB;
}
</style>