Shades of Moss Green #ADD2AC
Tints of Moss Green #ADD2AC
RGB
CMYK
RGB Variations
Color information
#ADD2AC (or 0xADD2AC) is known color: Moss Green. HEX triplet: AD, D2 and AC. RGB value is (173,210,172). Sum of RGB (Red+Green+Blue) = 173+210+172=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD2AC is #522D53. Grayscale: #C2C2C2. Windows color (decimal): -5385556 or 11326125. OLE color: 11326125.
HSL color Cylindrical-coordinate representation of color #ADD2AC: hue angle of 118.42º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2AC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 172 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.18 |
| HSL | 118.42º | 0.3% | 0.75% | - |
| HSV(B) | 118.42º | 0.18% | 0.82% | - |
| XYZ | 47.73 | 57.96 | 47.7 | - |
| YUV | 194.61 | 115.24 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 172 | 0.18 | 0 | 0.18 | 0.18 | 118.42 | 0.3 | 0.75 |
| Hex | AD | D2 | AC | 12 | 0 | 12 | 12 | 76 | 1E | 4B |
| Octal | 255 | 322 | 254 | 22 | 0 | 22 | 22 | 166 | 36 | 113 |
| Binary | 10101101 | 11010010 | 10101100 | 10010 | 0 | 10010 | 10010 | 1110110 | 11110 | 1001011 |
Color Harmonies of #ADD2AC
Complementary color
Monochromatic Colors of #ADD2AC
Black with #ADD2AC
Text Example
Text Example
White with #ADD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2AC; }
p { color: rgb(173,210,172); }
H1.HeaderClassName
{
color: #ADD2AC;
}
.AnyTagClassName
{
color: #ADD2AC;
}
</style>
background-color css
<style>
a { background-color: #ADD2AC; }
a { background-color: rgb(173,210,172); }
div.DivClassName
{
background-color: #ADD2AC;
}
.BgClassName
{
background-color: #ADD2AC;
}
</style>
border-color css
<style>
span { border-color: #ADD2AC; }
span { border-color: rgb(173,210,172); }
td.TdClassName
{
border-color: #ADD2AC;
}
.TagClassName
{
border-color: #ADD2AC;
}
</style>