Shades of Moss Green #AADBA6
Tints of Moss Green #AADBA6
RGB
CMYK
RGB Variations
Color information
#AADBA6 (or 0xAADBA6) is known color: Moss Green. HEX triplet: AA, DB and A6. RGB value is (170,219,166). Sum of RGB (Red+Green+Blue) = 170+219+166=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #AADBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADBA6 is #552459. Grayscale: #C6C6C6. Windows color (decimal): -5579866 or 10935210. OLE color: 10935210.
HSL color Cylindrical-coordinate representation of color #AADBA6: hue angle of 115.47º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADBA6 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 166 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.14 |
| HSL | 115.47º | 0.42% | 0.75% | - |
| HSV(B) | 115.47º | 0.24% | 0.86% | - |
| XYZ | 48.79 | 61.96 | 45.46 | - |
| YUV | 198.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 166 | 0.22 | 0 | 0.24 | 0.14 | 115.47 | 0.42 | 0.75 |
| Hex | AA | DB | A6 | 16 | 0 | 18 | E | 73 | 2A | 4B |
| Octal | 252 | 333 | 246 | 26 | 0 | 30 | 16 | 163 | 52 | 113 |
| Binary | 10101010 | 11011011 | 10100110 | 10110 | 0 | 11000 | 1110 | 1110011 | 101010 | 1001011 |
Color Harmonies of #AADBA6
Complementary color
Monochromatic Colors of #AADBA6
Black with #AADBA6
Text Example
Text Example
White with #AADBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBA6; }
p { color: rgb(170,219,166); }
H1.HeaderClassName
{
color: #AADBA6;
}
.AnyTagClassName
{
color: #AADBA6;
}
</style>
background-color css
<style>
a { background-color: #AADBA6; }
a { background-color: rgb(170,219,166); }
div.DivClassName
{
background-color: #AADBA6;
}
.BgClassName
{
background-color: #AADBA6;
}
</style>
border-color css
<style>
span { border-color: #AADBA6; }
span { border-color: rgb(170,219,166); }
td.TdClassName
{
border-color: #AADBA6;
}
.TagClassName
{
border-color: #AADBA6;
}
</style>