Shades of Moss Green #AEDAAB
Tints of Moss Green #AEDAAB
RGB
CMYK
RGB Variations
Color information
#AEDAAB (or 0xAEDAAB) is known color: Moss Green. HEX triplet: AE, DA and AB. RGB value is (174,218,171). Sum of RGB (Red+Green+Blue) = 174+218+171=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAAB is #512554. Grayscale: #C7C7C7. Windows color (decimal): -5317973 or 11262638. OLE color: 11262638.
HSL color Cylindrical-coordinate representation of color #AEDAAB: hue angle of 116.17º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDAAB is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 171 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.15 |
| HSL | 116.17º | 0.39% | 0.76% | - |
| HSV(B) | 116.17º | 0.22% | 0.85% | - |
| XYZ | 49.88 | 62.08 | 47.88 | - |
| YUV | 199.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 171 | 0.20 | 0 | 0.22 | 0.15 | 116.17 | 0.39 | 0.76 |
| Hex | AE | DA | AB | 14 | 0 | 16 | F | 74 | 27 | 4C |
| Octal | 256 | 332 | 253 | 24 | 0 | 26 | 17 | 164 | 47 | 114 |
| Binary | 10101110 | 11011010 | 10101011 | 10100 | 0 | 10110 | 1111 | 1110100 | 100111 | 1001100 |
Color Harmonies of #AEDAAB
Complementary color
Monochromatic Colors of #AEDAAB
Black with #AEDAAB
Text Example
Text Example
White with #AEDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAAB; }
p { color: rgb(174,218,171); }
H1.HeaderClassName
{
color: #AEDAAB;
}
.AnyTagClassName
{
color: #AEDAAB;
}
</style>
background-color css
<style>
a { background-color: #AEDAAB; }
a { background-color: rgb(174,218,171); }
div.DivClassName
{
background-color: #AEDAAB;
}
.BgClassName
{
background-color: #AEDAAB;
}
</style>
border-color css
<style>
span { border-color: #AEDAAB; }
span { border-color: rgb(174,218,171); }
td.TdClassName
{
border-color: #AEDAAB;
}
.TagClassName
{
border-color: #AEDAAB;
}
</style>