Shades of Moss Green #AEDBA7
Tints of Moss Green #AEDBA7
RGB
CMYK
RGB Variations
Color information
#AEDBA7 (or 0xAEDBA7) is known color: Moss Green. HEX triplet: AE, DB and A7. RGB value is (174,219,167). Sum of RGB (Red+Green+Blue) = 174+219+167=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBA7 is #512458. Grayscale: #C7C7C7. Windows color (decimal): -5317721 or 11000750. OLE color: 11000750.
HSL color Cylindrical-coordinate representation of color #AEDBA7: hue angle of 111.92º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDBA7 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 167 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.14 |
| HSL | 111.92º | 0.42% | 0.76% | - |
| HSV(B) | 111.92º | 0.24% | 0.86% | - |
| XYZ | 49.76 | 62.45 | 45.99 | - |
| YUV | 199.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 167 | 0.21 | 0 | 0.24 | 0.14 | 111.92 | 0.42 | 0.76 |
| Hex | AE | DB | A7 | 15 | 0 | 18 | E | 70 | 2A | 4C |
| Octal | 256 | 333 | 247 | 25 | 0 | 30 | 16 | 160 | 52 | 114 |
| Binary | 10101110 | 11011011 | 10100111 | 10101 | 0 | 11000 | 1110 | 1110000 | 101010 | 1001100 |
Color Harmonies of #AEDBA7
Complementary color
Monochromatic Colors of #AEDBA7
Black with #AEDBA7
Text Example
Text Example
White with #AEDBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBA7; }
p { color: rgb(174,219,167); }
H1.HeaderClassName
{
color: #AEDBA7;
}
.AnyTagClassName
{
color: #AEDBA7;
}
</style>
background-color css
<style>
a { background-color: #AEDBA7; }
a { background-color: rgb(174,219,167); }
div.DivClassName
{
background-color: #AEDBA7;
}
.BgClassName
{
background-color: #AEDBA7;
}
</style>
border-color css
<style>
span { border-color: #AEDBA7; }
span { border-color: rgb(174,219,167); }
td.TdClassName
{
border-color: #AEDBA7;
}
.TagClassName
{
border-color: #AEDBA7;
}
</style>