Shades of Moss Green #ADDDAA
Tints of Moss Green #ADDDAA
RGB
CMYK
RGB Variations
Color information
#ADDDAA (or 0xADDDAA) is known color: Moss Green. HEX triplet: AD, DD and AA. RGB value is (173,221,170). Sum of RGB (Red+Green+Blue) = 173+221+170=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDDAA is #522255. Grayscale: #C8C8C8. Windows color (decimal): -5382742 or 11197869. OLE color: 11197869.
HSL color Cylindrical-coordinate representation of color #ADDDAA: hue angle of 116.47º degrees, saturation: 0.43, 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 #ADDDAA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 170 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.13 |
| HSL | 116.47º | 0.43% | 0.77% | - |
| HSV(B) | 116.47º | 0.23% | 0.87% | - |
| XYZ | 50.35 | 63.5 | 47.63 | - |
| YUV | 200.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 170 | 0.22 | 0 | 0.23 | 0.13 | 116.47 | 0.43 | 0.77 |
| Hex | AD | DD | AA | 16 | 0 | 17 | D | 74 | 2B | 4D |
| Octal | 255 | 335 | 252 | 26 | 0 | 27 | 15 | 164 | 53 | 115 |
| Binary | 10101101 | 11011101 | 10101010 | 10110 | 0 | 10111 | 1101 | 1110100 | 101011 | 1001101 |
Color Harmonies of #ADDDAA
Complementary color
Monochromatic Colors of #ADDDAA
Black with #ADDDAA
Text Example
Text Example
White with #ADDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDDAA; }
p { color: rgb(173,221,170); }
H1.HeaderClassName
{
color: #ADDDAA;
}
.AnyTagClassName
{
color: #ADDDAA;
}
</style>
background-color css
<style>
a { background-color: #ADDDAA; }
a { background-color: rgb(173,221,170); }
div.DivClassName
{
background-color: #ADDDAA;
}
.BgClassName
{
background-color: #ADDDAA;
}
</style>
border-color css
<style>
span { border-color: #ADDDAA; }
span { border-color: rgb(173,221,170); }
td.TdClassName
{
border-color: #ADDDAA;
}
.TagClassName
{
border-color: #ADDDAA;
}
</style>