Shades of Moss Green #AEDDAA
Tints of Moss Green #AEDDAA
RGB
CMYK
RGB Variations
Color information
#AEDDAA (or 0xAEDDAA) is known color: Moss Green. HEX triplet: AE, DD and AA. RGB value is (174,221,170). Sum of RGB (Red+Green+Blue) = 174+221+170=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDDAA is #512255. Grayscale: #C9C9C9. Windows color (decimal): -5317206 or 11197870. OLE color: 11197870.
HSL color Cylindrical-coordinate representation of color #AEDDAA: hue angle of 115.29º degrees, saturation: 0.43, 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 #AEDDAA is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 170 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.13 |
| HSL | 115.29º | 0.43% | 0.77% | - |
| HSV(B) | 115.29º | 0.23% | 0.87% | - |
| XYZ | 50.57 | 63.61 | 47.64 | - |
| YUV | 201.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 170 | 0.21 | 0 | 0.23 | 0.13 | 115.29 | 0.43 | 0.77 |
| Hex | AE | DD | AA | 15 | 0 | 17 | D | 73 | 2B | 4D |
| Octal | 256 | 335 | 252 | 25 | 0 | 27 | 15 | 163 | 53 | 115 |
| Binary | 10101110 | 11011101 | 10101010 | 10101 | 0 | 10111 | 1101 | 1110011 | 101011 | 1001101 |
Color Harmonies of #AEDDAA
Complementary color
Monochromatic Colors of #AEDDAA
Black with #AEDDAA
Text Example
Text Example
White with #AEDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDAA; }
p { color: rgb(174,221,170); }
H1.HeaderClassName
{
color: #AEDDAA;
}
.AnyTagClassName
{
color: #AEDDAA;
}
</style>
background-color css
<style>
a { background-color: #AEDDAA; }
a { background-color: rgb(174,221,170); }
div.DivClassName
{
background-color: #AEDDAA;
}
.BgClassName
{
background-color: #AEDDAA;
}
</style>
border-color css
<style>
span { border-color: #AEDDAA; }
span { border-color: rgb(174,221,170); }
td.TdClassName
{
border-color: #AEDDAA;
}
.TagClassName
{
border-color: #AEDDAA;
}
</style>