Shades of Moss Green #AEDBA8
Tints of Moss Green #AEDBA8
RGB
CMYK
RGB Variations
Color information
#AEDBA8 (or 0xAEDBA8) is known color: Moss Green. HEX triplet: AE, DB and A8. RGB value is (174,219,168). Sum of RGB (Red+Green+Blue) = 174+219+168=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBA8 is #512457. Grayscale: #C7C7C7. Windows color (decimal): -5317720 or 11066286. OLE color: 11066286.
HSL color Cylindrical-coordinate representation of color #AEDBA8: hue angle of 112.94º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDBA8 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 168 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.14 |
| HSL | 112.94º | 0.41% | 0.76% | - |
| HSV(B) | 112.94º | 0.23% | 0.86% | - |
| XYZ | 49.85 | 62.49 | 46.48 | - |
| YUV | 199.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 168 | 0.21 | 0 | 0.23 | 0.14 | 112.94 | 0.41 | 0.76 |
| Hex | AE | DB | A8 | 15 | 0 | 17 | E | 71 | 29 | 4C |
| Octal | 256 | 333 | 250 | 25 | 0 | 27 | 16 | 161 | 51 | 114 |
| Binary | 10101110 | 11011011 | 10101000 | 10101 | 0 | 10111 | 1110 | 1110001 | 101001 | 1001100 |
Color Harmonies of #AEDBA8
Complementary color
Monochromatic Colors of #AEDBA8
Black with #AEDBA8
Text Example
Text Example
White with #AEDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBA8; }
p { color: rgb(174,219,168); }
H1.HeaderClassName
{
color: #AEDBA8;
}
.AnyTagClassName
{
color: #AEDBA8;
}
</style>
background-color css
<style>
a { background-color: #AEDBA8; }
a { background-color: rgb(174,219,168); }
div.DivClassName
{
background-color: #AEDBA8;
}
.BgClassName
{
background-color: #AEDBA8;
}
</style>
border-color css
<style>
span { border-color: #AEDBA8; }
span { border-color: rgb(174,219,168); }
td.TdClassName
{
border-color: #AEDBA8;
}
.TagClassName
{
border-color: #AEDBA8;
}
</style>