Shades of Moss Green #ADDBAA
Tints of Moss Green #ADDBAA
RGB
CMYK
RGB Variations
Color information
#ADDBAA (or 0xADDBAA) is known color: Moss Green. HEX triplet: AD, DB and AA. RGB value is (173,219,170). Sum of RGB (Red+Green+Blue) = 173+219+170=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDBAA is #522455. Grayscale: #C7C7C7. Windows color (decimal): -5383254 or 11197357. OLE color: 11197357.
HSL color Cylindrical-coordinate representation of color #ADDBAA: hue angle of 116.33º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDBAA is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 170 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.14 |
| HSL | 116.33º | 0.4% | 0.76% | - |
| HSV(B) | 116.33º | 0.22% | 0.86% | - |
| XYZ | 49.82 | 62.45 | 47.46 | - |
| YUV | 199.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 170 | 0.21 | 0 | 0.22 | 0.14 | 116.33 | 0.4 | 0.76 |
| Hex | AD | DB | AA | 15 | 0 | 16 | E | 74 | 28 | 4C |
| Octal | 255 | 333 | 252 | 25 | 0 | 26 | 16 | 164 | 50 | 114 |
| Binary | 10101101 | 11011011 | 10101010 | 10101 | 0 | 10110 | 1110 | 1110100 | 101000 | 1001100 |
Color Harmonies of #ADDBAA
Complementary color
Monochromatic Colors of #ADDBAA
Black with #ADDBAA
Text Example
Text Example
White with #ADDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBAA; }
p { color: rgb(173,219,170); }
H1.HeaderClassName
{
color: #ADDBAA;
}
.AnyTagClassName
{
color: #ADDBAA;
}
</style>
background-color css
<style>
a { background-color: #ADDBAA; }
a { background-color: rgb(173,219,170); }
div.DivClassName
{
background-color: #ADDBAA;
}
.BgClassName
{
background-color: #ADDBAA;
}
</style>
border-color css
<style>
span { border-color: #ADDBAA; }
span { border-color: rgb(173,219,170); }
td.TdClassName
{
border-color: #ADDBAA;
}
.TagClassName
{
border-color: #ADDBAA;
}
</style>