Shades of Moss Green #AEDDAB
Tints of Moss Green #AEDDAB
RGB
CMYK
RGB Variations
Color information
#AEDDAB (or 0xAEDDAB) is known color: Moss Green. HEX triplet: AE, DD and AB. RGB value is (174,221,171). Sum of RGB (Red+Green+Blue) = 174+221+171=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDAB is #512254. Grayscale: #C9C9C9. Windows color (decimal): -5317205 or 11263406. OLE color: 11263406.
HSL color Cylindrical-coordinate representation of color #AEDDAB: hue angle of 116.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDDAB is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 171 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.13 |
| HSL | 116.4º | 0.42% | 0.77% | - |
| HSV(B) | 116.4º | 0.23% | 0.87% | - |
| XYZ | 50.66 | 63.65 | 48.14 | - |
| YUV | 201.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 171 | 0.21 | 0 | 0.23 | 0.13 | 116.4 | 0.42 | 0.77 |
| Hex | AE | DD | AB | 15 | 0 | 17 | D | 74 | 2A | 4D |
| Octal | 256 | 335 | 253 | 25 | 0 | 27 | 15 | 164 | 52 | 115 |
| Binary | 10101110 | 11011101 | 10101011 | 10101 | 0 | 10111 | 1101 | 1110100 | 101010 | 1001101 |
Color Harmonies of #AEDDAB
Complementary color
Monochromatic Colors of #AEDDAB
Black with #AEDDAB
Text Example
Text Example
White with #AEDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDAB; }
p { color: rgb(174,221,171); }
H1.HeaderClassName
{
color: #AEDDAB;
}
.AnyTagClassName
{
color: #AEDDAB;
}
</style>
background-color css
<style>
a { background-color: #AEDDAB; }
a { background-color: rgb(174,221,171); }
div.DivClassName
{
background-color: #AEDDAB;
}
.BgClassName
{
background-color: #AEDDAB;
}
</style>
border-color css
<style>
span { border-color: #AEDDAB; }
span { border-color: rgb(174,221,171); }
td.TdClassName
{
border-color: #AEDDAB;
}
.TagClassName
{
border-color: #AEDDAB;
}
</style>