Shades of Moss Green #AADBA4
Tints of Moss Green #AADBA4
RGB
CMYK
RGB Variations
Color information
#AADBA4 (or 0xAADBA4) is known color: Moss Green. HEX triplet: AA, DB and A4. RGB value is (170,219,164). Sum of RGB (Red+Green+Blue) = 170+219+164=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADBA4 is #55245B. Grayscale: #C6C6C6. Windows color (decimal): -5579868 or 10804138. OLE color: 10804138.
HSL color Cylindrical-coordinate representation of color #AADBA4: hue angle of 113.45º 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 #AADBA4 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 164 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.14 |
| HSL | 113.45º | 0.43% | 0.75% | - |
| HSV(B) | 113.45º | 0.25% | 0.86% | - |
| XYZ | 48.61 | 61.89 | 44.51 | - |
| YUV | 198.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 164 | 0.22 | 0 | 0.25 | 0.14 | 113.45 | 0.43 | 0.75 |
| Hex | AA | DB | A4 | 16 | 0 | 19 | E | 71 | 2B | 4B |
| Octal | 252 | 333 | 244 | 26 | 0 | 31 | 16 | 161 | 53 | 113 |
| Binary | 10101010 | 11011011 | 10100100 | 10110 | 0 | 11001 | 1110 | 1110001 | 101011 | 1001011 |
Color Harmonies of #AADBA4
Complementary color
Monochromatic Colors of #AADBA4
Black with #AADBA4
Text Example
Text Example
White with #AADBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBA4; }
p { color: rgb(170,219,164); }
H1.HeaderClassName
{
color: #AADBA4;
}
.AnyTagClassName
{
color: #AADBA4;
}
</style>
background-color css
<style>
a { background-color: #AADBA4; }
a { background-color: rgb(170,219,164); }
div.DivClassName
{
background-color: #AADBA4;
}
.BgClassName
{
background-color: #AADBA4;
}
</style>
border-color css
<style>
span { border-color: #AADBA4; }
span { border-color: rgb(170,219,164); }
td.TdClassName
{
border-color: #AADBA4;
}
.TagClassName
{
border-color: #AADBA4;
}
</style>