Shades of Moss Green #ADD7AC
Tints of Moss Green #ADD7AC
RGB
CMYK
RGB Variations
Color information
#ADD7AC (or 0xADD7AC) is known color: Moss Green. HEX triplet: AD, D7 and AC. RGB value is (173,215,172). Sum of RGB (Red+Green+Blue) = 173+215+172=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD7AC is #522853. Grayscale: #C5C5C5. Windows color (decimal): -5384276 or 11327405. OLE color: 11327405.
HSL color Cylindrical-coordinate representation of color #ADD7AC: hue angle of 118.6º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7AC is Cyan = 0.20, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 172 | - |
| CMYK | 0.20 | 0 | 0.2 | 0.16 |
| HSL | 118.6º | 0.35% | 0.76% | - |
| HSV(B) | 118.6º | 0.2% | 0.84% | - |
| XYZ | 48.98 | 60.46 | 48.12 | - |
| YUV | 197.54 | 113.59 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 172 | 0.20 | 0 | 0.2 | 0.16 | 118.6 | 0.35 | 0.76 |
| Hex | AD | D7 | AC | 14 | 0 | 14 | 10 | 77 | 23 | 4C |
| Octal | 255 | 327 | 254 | 24 | 0 | 24 | 20 | 167 | 43 | 114 |
| Binary | 10101101 | 11010111 | 10101100 | 10100 | 0 | 10100 | 10000 | 1110111 | 100011 | 1001100 |
Color Harmonies of #ADD7AC
Complementary color
Monochromatic Colors of #ADD7AC
Black with #ADD7AC
Text Example
Text Example
White with #ADD7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7AC; }
p { color: rgb(173,215,172); }
H1.HeaderClassName
{
color: #ADD7AC;
}
.AnyTagClassName
{
color: #ADD7AC;
}
</style>
background-color css
<style>
a { background-color: #ADD7AC; }
a { background-color: rgb(173,215,172); }
div.DivClassName
{
background-color: #ADD7AC;
}
.BgClassName
{
background-color: #ADD7AC;
}
</style>
border-color css
<style>
span { border-color: #ADD7AC; }
span { border-color: rgb(173,215,172); }
td.TdClassName
{
border-color: #ADD7AC;
}
.TagClassName
{
border-color: #ADD7AC;
}
</style>