Shades of Moss Green #AADDA6
Tints of Moss Green #AADDA6
RGB
CMYK
RGB Variations
Color information
#AADDA6 (or 0xAADDA6) is known color: Moss Green. HEX triplet: AA, DD and A6. RGB value is (170,221,166). Sum of RGB (Red+Green+Blue) = 170+221+166=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDA6 is #552259. Grayscale: #C7C7C7. Windows color (decimal): -5579354 or 10935722. OLE color: 10935722.
HSL color Cylindrical-coordinate representation of color #AADDA6: hue angle of 115.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADDA6 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 166 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.13 |
| HSL | 115.64º | 0.45% | 0.76% | - |
| HSV(B) | 115.64º | 0.25% | 0.87% | - |
| XYZ | 49.32 | 63.01 | 45.64 | - |
| YUV | 199.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 166 | 0.23 | 0 | 0.25 | 0.13 | 115.64 | 0.45 | 0.76 |
| Hex | AA | DD | A6 | 17 | 0 | 19 | D | 74 | 2D | 4C |
| Octal | 252 | 335 | 246 | 27 | 0 | 31 | 15 | 164 | 55 | 114 |
| Binary | 10101010 | 11011101 | 10100110 | 10111 | 0 | 11001 | 1101 | 1110100 | 101101 | 1001100 |
Color Harmonies of #AADDA6
Complementary color
Monochromatic Colors of #AADDA6
Black with #AADDA6
Text Example
Text Example
White with #AADDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDA6; }
p { color: rgb(170,221,166); }
H1.HeaderClassName
{
color: #AADDA6;
}
.AnyTagClassName
{
color: #AADDA6;
}
</style>
background-color css
<style>
a { background-color: #AADDA6; }
a { background-color: rgb(170,221,166); }
div.DivClassName
{
background-color: #AADDA6;
}
.BgClassName
{
background-color: #AADDA6;
}
</style>
border-color css
<style>
span { border-color: #AADDA6; }
span { border-color: rgb(170,221,166); }
td.TdClassName
{
border-color: #AADDA6;
}
.TagClassName
{
border-color: #AADDA6;
}
</style>