Shades of Moss Green #AEDEAA
Tints of Moss Green #AEDEAA
RGB
CMYK
RGB Variations
Color information
#AEDEAA (or 0xAEDEAA) is known color: Moss Green. HEX triplet: AE, DE and AA. RGB value is (174,222,170). Sum of RGB (Red+Green+Blue) = 174+222+170=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDEAA is #512155. Grayscale: #C9C9C9. Windows color (decimal): -5316950 or 11198126. OLE color: 11198126.
HSL color Cylindrical-coordinate representation of color #AEDEAA: hue angle of 115.38º degrees, saturation: 0.44, 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 #AEDEAA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 170 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.13 |
| HSL | 115.38º | 0.44% | 0.77% | - |
| HSV(B) | 115.38º | 0.23% | 0.87% | - |
| XYZ | 50.83 | 64.14 | 47.73 | - |
| YUV | 201.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 170 | 0.22 | 0 | 0.23 | 0.13 | 115.38 | 0.44 | 0.77 |
| Hex | AE | DE | AA | 16 | 0 | 17 | D | 73 | 2C | 4D |
| Octal | 256 | 336 | 252 | 26 | 0 | 27 | 15 | 163 | 54 | 115 |
| Binary | 10101110 | 11011110 | 10101010 | 10110 | 0 | 10111 | 1101 | 1110011 | 101100 | 1001101 |
Color Harmonies of #AEDEAA
Complementary color
Monochromatic Colors of #AEDEAA
Black with #AEDEAA
Text Example
Text Example
White with #AEDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEAA; }
p { color: rgb(174,222,170); }
H1.HeaderClassName
{
color: #AEDEAA;
}
.AnyTagClassName
{
color: #AEDEAA;
}
</style>
background-color css
<style>
a { background-color: #AEDEAA; }
a { background-color: rgb(174,222,170); }
div.DivClassName
{
background-color: #AEDEAA;
}
.BgClassName
{
background-color: #AEDEAA;
}
</style>
border-color css
<style>
span { border-color: #AEDEAA; }
span { border-color: rgb(174,222,170); }
td.TdClassName
{
border-color: #AEDEAA;
}
.TagClassName
{
border-color: #AEDEAA;
}
</style>