Shades of Moss Green #ADD9A5
Tints of Moss Green #ADD9A5
RGB
CMYK
RGB Variations
Color information
#ADD9A5 (or 0xADD9A5) is known color: Moss Green. HEX triplet: AD, D9 and A5. RGB value is (173,217,165). Sum of RGB (Red+Green+Blue) = 173+217+165=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD9A5 is #52265A. Grayscale: #C6C6C6. Windows color (decimal): -5383771 or 10869165. OLE color: 10869165.
HSL color Cylindrical-coordinate representation of color #ADD9A5: hue angle of 110.77º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADD9A5 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 165 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.15 |
| HSL | 110.77º | 0.41% | 0.75% | - |
| HSV(B) | 110.77º | 0.24% | 0.85% | - |
| XYZ | 48.84 | 61.23 | 44.84 | - |
| YUV | 197.92 | 109.42 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 165 | 0.20 | 0 | 0.24 | 0.15 | 110.77 | 0.41 | 0.75 |
| Hex | AD | D9 | A5 | 14 | 0 | 18 | F | 6F | 29 | 4B |
| Octal | 255 | 331 | 245 | 24 | 0 | 30 | 17 | 157 | 51 | 113 |
| Binary | 10101101 | 11011001 | 10100101 | 10100 | 0 | 11000 | 1111 | 1101111 | 101001 | 1001011 |
Color Harmonies of #ADD9A5
Complementary color
Monochromatic Colors of #ADD9A5
Black with #ADD9A5
Text Example
Text Example
White with #ADD9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9A5; }
p { color: rgb(173,217,165); }
H1.HeaderClassName
{
color: #ADD9A5;
}
.AnyTagClassName
{
color: #ADD9A5;
}
</style>
background-color css
<style>
a { background-color: #ADD9A5; }
a { background-color: rgb(173,217,165); }
div.DivClassName
{
background-color: #ADD9A5;
}
.BgClassName
{
background-color: #ADD9A5;
}
</style>
border-color css
<style>
span { border-color: #ADD9A5; }
span { border-color: rgb(173,217,165); }
td.TdClassName
{
border-color: #ADD9A5;
}
.TagClassName
{
border-color: #ADD9A5;
}
</style>