Shades of Moss Green #ADD3AB
Tints of Moss Green #ADD3AB
RGB
CMYK
RGB Variations
Color information
#ADD3AB (or 0xADD3AB) is known color: Moss Green. HEX triplet: AD, D3 and AB. RGB value is (173,211,171). Sum of RGB (Red+Green+Blue) = 173+211+171=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD3AB is #522C54. Grayscale: #C3C3C3. Windows color (decimal): -5385301 or 11260845. OLE color: 11260845.
HSL color Cylindrical-coordinate representation of color #ADD3AB: hue angle of 117º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD3AB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 171 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.17 |
| HSL | 117º | 0.31% | 0.75% | - |
| HSV(B) | 117º | 0.19% | 0.83% | - |
| XYZ | 47.88 | 58.41 | 47.28 | - |
| YUV | 195.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 171 | 0.18 | 0 | 0.19 | 0.17 | 117 | 0.31 | 0.75 |
| Hex | AD | D3 | AB | 12 | 0 | 13 | 11 | 75 | 1F | 4B |
| Octal | 255 | 323 | 253 | 22 | 0 | 23 | 21 | 165 | 37 | 113 |
| Binary | 10101101 | 11010011 | 10101011 | 10010 | 0 | 10011 | 10001 | 1110101 | 11111 | 1001011 |
Color Harmonies of #ADD3AB
Complementary color
Monochromatic Colors of #ADD3AB
Black with #ADD3AB
Text Example
Text Example
White with #ADD3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD3AB; }
p { color: rgb(173,211,171); }
H1.HeaderClassName
{
color: #ADD3AB;
}
.AnyTagClassName
{
color: #ADD3AB;
}
</style>
background-color css
<style>
a { background-color: #ADD3AB; }
a { background-color: rgb(173,211,171); }
div.DivClassName
{
background-color: #ADD3AB;
}
.BgClassName
{
background-color: #ADD3AB;
}
</style>
border-color css
<style>
span { border-color: #ADD3AB; }
span { border-color: rgb(173,211,171); }
td.TdClassName
{
border-color: #ADD3AB;
}
.TagClassName
{
border-color: #ADD3AB;
}
</style>