Shades of Moss Green #ADDAAB
Tints of Moss Green #ADDAAB
RGB
CMYK
RGB Variations
Color information
#ADDAAB (or 0xADDAAB) is known color: Moss Green. HEX triplet: AD, DA and AB. RGB value is (173,218,171). Sum of RGB (Red+Green+Blue) = 173+218+171=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAAB is #522554. Grayscale: #C7C7C7. Windows color (decimal): -5383509 or 11262637. OLE color: 11262637.
HSL color Cylindrical-coordinate representation of color #ADDAAB: hue angle of 117.45º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDAAB is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 171 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.15 |
| HSL | 117.45º | 0.39% | 0.76% | - |
| HSV(B) | 117.45º | 0.22% | 0.85% | - |
| XYZ | 49.66 | 61.97 | 47.87 | - |
| YUV | 199.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 171 | 0.21 | 0 | 0.22 | 0.15 | 117.45 | 0.39 | 0.76 |
| Hex | AD | DA | AB | 15 | 0 | 16 | F | 75 | 27 | 4C |
| Octal | 255 | 332 | 253 | 25 | 0 | 26 | 17 | 165 | 47 | 114 |
| Binary | 10101101 | 11011010 | 10101011 | 10101 | 0 | 10110 | 1111 | 1110101 | 100111 | 1001100 |
Color Harmonies of #ADDAAB
Complementary color
Monochromatic Colors of #ADDAAB
Black with #ADDAAB
Text Example
Text Example
White with #ADDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAAB; }
p { color: rgb(173,218,171); }
H1.HeaderClassName
{
color: #ADDAAB;
}
.AnyTagClassName
{
color: #ADDAAB;
}
</style>
background-color css
<style>
a { background-color: #ADDAAB; }
a { background-color: rgb(173,218,171); }
div.DivClassName
{
background-color: #ADDAAB;
}
.BgClassName
{
background-color: #ADDAAB;
}
</style>
border-color css
<style>
span { border-color: #ADDAAB; }
span { border-color: rgb(173,218,171); }
td.TdClassName
{
border-color: #ADDAAB;
}
.TagClassName
{
border-color: #ADDAAB;
}
</style>