Shades of Moss Green #ADDCAA
Tints of Moss Green #ADDCAA
RGB
CMYK
RGB Variations
Color information
#ADDCAA (or 0xADDCAA) is known color: Moss Green. HEX triplet: AD, DC and AA. RGB value is (173,220,170). Sum of RGB (Red+Green+Blue) = 173+220+170=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDCAA is #522355. Grayscale: #C8C8C8. Windows color (decimal): -5382998 or 11197613. OLE color: 11197613.
HSL color Cylindrical-coordinate representation of color #ADDCAA: hue angle of 116.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDCAA is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 170 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.14 |
| HSL | 116.4º | 0.42% | 0.76% | - |
| HSV(B) | 116.4º | 0.23% | 0.86% | - |
| XYZ | 50.08 | 62.97 | 47.55 | - |
| YUV | 200.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 170 | 0.21 | 0 | 0.23 | 0.14 | 116.4 | 0.42 | 0.76 |
| Hex | AD | DC | AA | 15 | 0 | 17 | E | 74 | 2A | 4C |
| Octal | 255 | 334 | 252 | 25 | 0 | 27 | 16 | 164 | 52 | 114 |
| Binary | 10101101 | 11011100 | 10101010 | 10101 | 0 | 10111 | 1110 | 1110100 | 101010 | 1001100 |
Color Harmonies of #ADDCAA
Complementary color
Monochromatic Colors of #ADDCAA
Black with #ADDCAA
Text Example
Text Example
White with #ADDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCAA; }
p { color: rgb(173,220,170); }
H1.HeaderClassName
{
color: #ADDCAA;
}
.AnyTagClassName
{
color: #ADDCAA;
}
</style>
background-color css
<style>
a { background-color: #ADDCAA; }
a { background-color: rgb(173,220,170); }
div.DivClassName
{
background-color: #ADDCAA;
}
.BgClassName
{
background-color: #ADDCAA;
}
</style>
border-color css
<style>
span { border-color: #ADDCAA; }
span { border-color: rgb(173,220,170); }
td.TdClassName
{
border-color: #ADDCAA;
}
.TagClassName
{
border-color: #ADDCAA;
}
</style>