Shades of Moss Green #ADD8A7
Tints of Moss Green #ADD8A7
RGB
CMYK
RGB Variations
Color information
#ADD8A7 (or 0xADD8A7) is known color: Moss Green. HEX triplet: AD, D8 and A7. RGB value is (173,216,167). Sum of RGB (Red+Green+Blue) = 173+216+167=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 167 (65.62% from 255 or 30.04% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD8A7 is #522758. Grayscale: #C5C5C5. Windows color (decimal): -5384025 or 10999981. OLE color: 10999981.
HSL color Cylindrical-coordinate representation of color #ADD8A7: hue angle of 112.65º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADD8A7 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 167 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.15 |
| HSL | 112.65º | 0.39% | 0.75% | - |
| HSV(B) | 112.65º | 0.23% | 0.85% | - |
| XYZ | 48.76 | 60.79 | 45.72 | - |
| YUV | 197.56 | 110.75 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 167 | 0.20 | 0 | 0.23 | 0.15 | 112.65 | 0.39 | 0.75 |
| Hex | AD | D8 | A7 | 14 | 0 | 17 | F | 71 | 27 | 4B |
| Octal | 255 | 330 | 247 | 24 | 0 | 27 | 17 | 161 | 47 | 113 |
| Binary | 10101101 | 11011000 | 10100111 | 10100 | 0 | 10111 | 1111 | 1110001 | 100111 | 1001011 |
Color Harmonies of #ADD8A7
Complementary color
Monochromatic Colors of #ADD8A7
Black with #ADD8A7
Text Example
Text Example
White with #ADD8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8A7; }
p { color: rgb(173,216,167); }
H1.HeaderClassName
{
color: #ADD8A7;
}
.AnyTagClassName
{
color: #ADD8A7;
}
</style>
background-color css
<style>
a { background-color: #ADD8A7; }
a { background-color: rgb(173,216,167); }
div.DivClassName
{
background-color: #ADD8A7;
}
.BgClassName
{
background-color: #ADD8A7;
}
</style>
border-color css
<style>
span { border-color: #ADD8A7; }
span { border-color: rgb(173,216,167); }
td.TdClassName
{
border-color: #ADD8A7;
}
.TagClassName
{
border-color: #ADD8A7;
}
</style>