Shades of Moss Green #ADD3AC
Tints of Moss Green #ADD3AC
RGB
CMYK
RGB Variations
Color information
#ADD3AC (or 0xADD3AC) is known color: Moss Green. HEX triplet: AD, D3 and AC. RGB value is (173,211,172). Sum of RGB (Red+Green+Blue) = 173+211+172=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD3AC is #522C53. Grayscale: #C3C3C3. Windows color (decimal): -5385300 or 11326381. OLE color: 11326381.
HSL color Cylindrical-coordinate representation of color #ADD3AC: hue angle of 118.46º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3AC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 172 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.17 |
| HSL | 118.46º | 0.31% | 0.75% | - |
| HSV(B) | 118.46º | 0.18% | 0.83% | - |
| XYZ | 47.97 | 58.45 | 47.78 | - |
| YUV | 195.19 | 114.91 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 172 | 0.18 | 0 | 0.18 | 0.17 | 118.46 | 0.31 | 0.75 |
| Hex | AD | D3 | AC | 12 | 0 | 12 | 11 | 76 | 1F | 4B |
| Octal | 255 | 323 | 254 | 22 | 0 | 22 | 21 | 166 | 37 | 113 |
| Binary | 10101101 | 11010011 | 10101100 | 10010 | 0 | 10010 | 10001 | 1110110 | 11111 | 1001011 |
Color Harmonies of #ADD3AC
Complementary color
Monochromatic Colors of #ADD3AC
Black with #ADD3AC
Text Example
Text Example
White with #ADD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3AC; }
p { color: rgb(173,211,172); }
H1.HeaderClassName
{
color: #ADD3AC;
}
.AnyTagClassName
{
color: #ADD3AC;
}
</style>
background-color css
<style>
a { background-color: #ADD3AC; }
a { background-color: rgb(173,211,172); }
div.DivClassName
{
background-color: #ADD3AC;
}
.BgClassName
{
background-color: #ADD3AC;
}
</style>
border-color css
<style>
span { border-color: #ADD3AC; }
span { border-color: rgb(173,211,172); }
td.TdClassName
{
border-color: #ADD3AC;
}
.TagClassName
{
border-color: #ADD3AC;
}
</style>