Shades of Moss Green #ADDBAC
Tints of Moss Green #ADDBAC
RGB
CMYK
RGB Variations
Color information
#ADDBAC (or 0xADDBAC) is known color: Moss Green. HEX triplet: AD, DB and AC. RGB value is (173,219,172). Sum of RGB (Red+Green+Blue) = 173+219+172=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBAC is #522453. Grayscale: #C8C8C8. Windows color (decimal): -5383252 or 11328429. OLE color: 11328429.
HSL color Cylindrical-coordinate representation of color #ADDBAC: hue angle of 118.72º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBAC is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 172 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.14 |
| HSL | 118.72º | 0.39% | 0.77% | - |
| HSV(B) | 118.72º | 0.21% | 0.86% | - |
| XYZ | 50.01 | 62.53 | 48.46 | - |
| YUV | 199.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 172 | 0.21 | 0 | 0.21 | 0.14 | 118.72 | 0.39 | 0.77 |
| Hex | AD | DB | AC | 15 | 0 | 15 | E | 77 | 27 | 4D |
| Octal | 255 | 333 | 254 | 25 | 0 | 25 | 16 | 167 | 47 | 115 |
| Binary | 10101101 | 11011011 | 10101100 | 10101 | 0 | 10101 | 1110 | 1110111 | 100111 | 1001101 |
Color Harmonies of #ADDBAC
Complementary color
Monochromatic Colors of #ADDBAC
Black with #ADDBAC
Text Example
Text Example
White with #ADDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBAC; }
p { color: rgb(173,219,172); }
H1.HeaderClassName
{
color: #ADDBAC;
}
.AnyTagClassName
{
color: #ADDBAC;
}
</style>
background-color css
<style>
a { background-color: #ADDBAC; }
a { background-color: rgb(173,219,172); }
div.DivClassName
{
background-color: #ADDBAC;
}
.BgClassName
{
background-color: #ADDBAC;
}
</style>
border-color css
<style>
span { border-color: #ADDBAC; }
span { border-color: rgb(173,219,172); }
td.TdClassName
{
border-color: #ADDBAC;
}
.TagClassName
{
border-color: #ADDBAC;
}
</style>