Shades of Moss Green #ADD7AD
Tints of Moss Green #ADD7AD
RGB
CMYK
RGB Variations
Color information
#ADD7AD (or 0xADD7AD) is known color: Moss Green. HEX triplet: AD, D7 and AD. RGB value is (173,215,173). Sum of RGB (Red+Green+Blue) = 173+215+173=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD7AD is #522852. Grayscale: #C5C5C5. Windows color (decimal): -5384275 or 11392941. OLE color: 11392941.
HSL color Cylindrical-coordinate representation of color #ADD7AD: hue angle of 120º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7AD is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 173 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.16 |
| HSL | 120º | 0.34% | 0.76% | - |
| HSV(B) | 120º | 0.2% | 0.84% | - |
| XYZ | 49.08 | 60.5 | 48.63 | - |
| YUV | 197.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 173 | 0.20 | 0 | 0.20 | 0.16 | 120 | 0.34 | 0.76 |
| Hex | AD | D7 | AD | 14 | 0 | 14 | 10 | 78 | 22 | 4C |
| Octal | 255 | 327 | 255 | 24 | 0 | 24 | 20 | 170 | 42 | 114 |
| Binary | 10101101 | 11010111 | 10101101 | 10100 | 0 | 10100 | 10000 | 1111000 | 100010 | 1001100 |
Color Harmonies of #ADD7AD
Complementary color
Monochromatic Colors of #ADD7AD
Black with #ADD7AD
Text Example
Text Example
White with #ADD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7AD; }
p { color: rgb(173,215,173); }
H1.HeaderClassName
{
color: #ADD7AD;
}
.AnyTagClassName
{
color: #ADD7AD;
}
</style>
background-color css
<style>
a { background-color: #ADD7AD; }
a { background-color: rgb(173,215,173); }
div.DivClassName
{
background-color: #ADD7AD;
}
.BgClassName
{
background-color: #ADD7AD;
}
</style>
border-color css
<style>
span { border-color: #ADD7AD; }
span { border-color: rgb(173,215,173); }
td.TdClassName
{
border-color: #ADD7AD;
}
.TagClassName
{
border-color: #ADD7AD;
}
</style>