Shades of Moss Green #AADDA3
Tints of Moss Green #AADDA3
RGB
CMYK
RGB Variations
Color information
#AADDA3 (or 0xAADDA3) is known color: Moss Green. HEX triplet: AA, DD and A3. RGB value is (170,221,163). Sum of RGB (Red+Green+Blue) = 170+221+163=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDA3 is #55225C. Grayscale: #C7C7C7. Windows color (decimal): -5579357 or 10739114. OLE color: 10739114.
HSL color Cylindrical-coordinate representation of color #AADDA3: hue angle of 112.76º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADDA3 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 163 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.13 |
| HSL | 112.76º | 0.46% | 0.75% | - |
| HSV(B) | 112.76º | 0.26% | 0.87% | - |
| XYZ | 49.04 | 62.9 | 44.21 | - |
| YUV | 199.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 163 | 0.23 | 0 | 0.26 | 0.13 | 112.76 | 0.46 | 0.75 |
| Hex | AA | DD | A3 | 17 | 0 | 1A | D | 71 | 2E | 4B |
| Octal | 252 | 335 | 243 | 27 | 0 | 32 | 15 | 161 | 56 | 113 |
| Binary | 10101010 | 11011101 | 10100011 | 10111 | 0 | 11010 | 1101 | 1110001 | 101110 | 1001011 |
Color Harmonies of #AADDA3
Complementary color
Monochromatic Colors of #AADDA3
Black with #AADDA3
Text Example
Text Example
White with #AADDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDA3; }
p { color: rgb(170,221,163); }
H1.HeaderClassName
{
color: #AADDA3;
}
.AnyTagClassName
{
color: #AADDA3;
}
</style>
background-color css
<style>
a { background-color: #AADDA3; }
a { background-color: rgb(170,221,163); }
div.DivClassName
{
background-color: #AADDA3;
}
.BgClassName
{
background-color: #AADDA3;
}
</style>
border-color css
<style>
span { border-color: #AADDA3; }
span { border-color: rgb(170,221,163); }
td.TdClassName
{
border-color: #AADDA3;
}
.TagClassName
{
border-color: #AADDA3;
}
</style>