Shades of Moss Green #ADDCAC
Tints of Moss Green #ADDCAC
RGB
CMYK
RGB Variations
Color information
#ADDCAC (or 0xADDCAC) is known color: Moss Green. HEX triplet: AD, DC and AC. RGB value is (173,220,172). Sum of RGB (Red+Green+Blue) = 173+220+172=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCAC is #522353. Grayscale: #C8C8C8. Windows color (decimal): -5382996 or 11328685. OLE color: 11328685.
HSL color Cylindrical-coordinate representation of color #ADDCAC: hue angle of 118.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDCAC is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 172 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.14 |
| HSL | 118.75º | 0.41% | 0.77% | - |
| HSV(B) | 118.75º | 0.22% | 0.86% | - |
| XYZ | 50.27 | 63.05 | 48.55 | - |
| YUV | 200.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 172 | 0.21 | 0 | 0.22 | 0.14 | 118.75 | 0.41 | 0.77 |
| Hex | AD | DC | AC | 15 | 0 | 16 | E | 77 | 29 | 4D |
| Octal | 255 | 334 | 254 | 25 | 0 | 26 | 16 | 167 | 51 | 115 |
| Binary | 10101101 | 11011100 | 10101100 | 10101 | 0 | 10110 | 1110 | 1110111 | 101001 | 1001101 |
Color Harmonies of #ADDCAC
Complementary color
Monochromatic Colors of #ADDCAC
Black with #ADDCAC
Text Example
Text Example
White with #ADDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCAC; }
p { color: rgb(173,220,172); }
H1.HeaderClassName
{
color: #ADDCAC;
}
.AnyTagClassName
{
color: #ADDCAC;
}
</style>
background-color css
<style>
a { background-color: #ADDCAC; }
a { background-color: rgb(173,220,172); }
div.DivClassName
{
background-color: #ADDCAC;
}
.BgClassName
{
background-color: #ADDCAC;
}
</style>
border-color css
<style>
span { border-color: #ADDCAC; }
span { border-color: rgb(173,220,172); }
td.TdClassName
{
border-color: #ADDCAC;
}
.TagClassName
{
border-color: #ADDCAC;
}
</style>