Shades of Moss Green #AADBA5
Tints of Moss Green #AADBA5
RGB
CMYK
RGB Variations
Color information
#AADBA5 (or 0xAADBA5) is known color: Moss Green. HEX triplet: AA, DB and A5. RGB value is (170,219,165). Sum of RGB (Red+Green+Blue) = 170+219+165=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADBA5 is #55245A. Grayscale: #C6C6C6. Windows color (decimal): -5579867 or 10869674. OLE color: 10869674.
HSL color Cylindrical-coordinate representation of color #AADBA5: hue angle of 114.44º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADBA5 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 165 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.14 |
| HSL | 114.44º | 0.43% | 0.75% | - |
| HSV(B) | 114.44º | 0.25% | 0.86% | - |
| XYZ | 48.7 | 61.93 | 44.98 | - |
| YUV | 198.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 165 | 0.22 | 0 | 0.25 | 0.14 | 114.44 | 0.43 | 0.75 |
| Hex | AA | DB | A5 | 16 | 0 | 19 | E | 72 | 2B | 4B |
| Octal | 252 | 333 | 245 | 26 | 0 | 31 | 16 | 162 | 53 | 113 |
| Binary | 10101010 | 11011011 | 10100101 | 10110 | 0 | 11001 | 1110 | 1110010 | 101011 | 1001011 |
Color Harmonies of #AADBA5
Complementary color
Monochromatic Colors of #AADBA5
Black with #AADBA5
Text Example
Text Example
White with #AADBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBA5; }
p { color: rgb(170,219,165); }
H1.HeaderClassName
{
color: #AADBA5;
}
.AnyTagClassName
{
color: #AADBA5;
}
</style>
background-color css
<style>
a { background-color: #AADBA5; }
a { background-color: rgb(170,219,165); }
div.DivClassName
{
background-color: #AADBA5;
}
.BgClassName
{
background-color: #AADBA5;
}
</style>
border-color css
<style>
span { border-color: #AADBA5; }
span { border-color: rgb(170,219,165); }
td.TdClassName
{
border-color: #AADBA5;
}
.TagClassName
{
border-color: #AADBA5;
}
</style>