Shades of Moss Green #ADDDAB
Tints of Moss Green #ADDDAB
RGB
CMYK
RGB Variations
Color information
#ADDDAB (or 0xADDDAB) is known color: Moss Green. HEX triplet: AD, DD and AB. RGB value is (173,221,171). Sum of RGB (Red+Green+Blue) = 173+221+171=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDDAB is #522254. Grayscale: #C9C9C9. Windows color (decimal): -5382741 or 11263405. OLE color: 11263405.
HSL color Cylindrical-coordinate representation of color #ADDDAB: hue angle of 117.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDDAB is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 171 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.13 |
| HSL | 117.6º | 0.42% | 0.77% | - |
| HSV(B) | 117.6º | 0.23% | 0.87% | - |
| XYZ | 50.44 | 63.54 | 48.13 | - |
| YUV | 200.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 171 | 0.22 | 0 | 0.23 | 0.13 | 117.6 | 0.42 | 0.77 |
| Hex | AD | DD | AB | 16 | 0 | 17 | D | 76 | 2A | 4D |
| Octal | 255 | 335 | 253 | 26 | 0 | 27 | 15 | 166 | 52 | 115 |
| Binary | 10101101 | 11011101 | 10101011 | 10110 | 0 | 10111 | 1101 | 1110110 | 101010 | 1001101 |
Color Harmonies of #ADDDAB
Complementary color
Monochromatic Colors of #ADDDAB
Black with #ADDDAB
Text Example
Text Example
White with #ADDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDAB; }
p { color: rgb(173,221,171); }
H1.HeaderClassName
{
color: #ADDDAB;
}
.AnyTagClassName
{
color: #ADDDAB;
}
</style>
background-color css
<style>
a { background-color: #ADDDAB; }
a { background-color: rgb(173,221,171); }
div.DivClassName
{
background-color: #ADDDAB;
}
.BgClassName
{
background-color: #ADDDAB;
}
</style>
border-color css
<style>
span { border-color: #ADDDAB; }
span { border-color: rgb(173,221,171); }
td.TdClassName
{
border-color: #ADDDAB;
}
.TagClassName
{
border-color: #ADDDAB;
}
</style>