Shades of Moss Green #AEDAA8
Tints of Moss Green #AEDAA8
RGB
CMYK
RGB Variations
Color information
#AEDAA8 (or 0xAEDAA8) is known color: Moss Green. HEX triplet: AE, DA and A8. RGB value is (174,218,168). Sum of RGB (Red+Green+Blue) = 174+218+168=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAA8 is #512557. Grayscale: #C7C7C7. Windows color (decimal): -5317976 or 11066030. OLE color: 11066030.
HSL color Cylindrical-coordinate representation of color #AEDAA8: hue angle of 112.8º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDAA8 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 168 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.15 |
| HSL | 112.8º | 0.4% | 0.76% | - |
| HSV(B) | 112.8º | 0.23% | 0.85% | - |
| XYZ | 49.59 | 61.97 | 46.39 | - |
| YUV | 199.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 168 | 0.20 | 0 | 0.23 | 0.15 | 112.8 | 0.4 | 0.76 |
| Hex | AE | DA | A8 | 14 | 0 | 17 | F | 71 | 28 | 4C |
| Octal | 256 | 332 | 250 | 24 | 0 | 27 | 17 | 161 | 50 | 114 |
| Binary | 10101110 | 11011010 | 10101000 | 10100 | 0 | 10111 | 1111 | 1110001 | 101000 | 1001100 |
Color Harmonies of #AEDAA8
Complementary color
Monochromatic Colors of #AEDAA8
Black with #AEDAA8
Text Example
Text Example
White with #AEDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAA8; }
p { color: rgb(174,218,168); }
H1.HeaderClassName
{
color: #AEDAA8;
}
.AnyTagClassName
{
color: #AEDAA8;
}
</style>
background-color css
<style>
a { background-color: #AEDAA8; }
a { background-color: rgb(174,218,168); }
div.DivClassName
{
background-color: #AEDAA8;
}
.BgClassName
{
background-color: #AEDAA8;
}
</style>
border-color css
<style>
span { border-color: #AEDAA8; }
span { border-color: rgb(174,218,168); }
td.TdClassName
{
border-color: #AEDAA8;
}
.TagClassName
{
border-color: #AEDAA8;
}
</style>