Shades of Moss Green #ADD6AD
Tints of Moss Green #ADD6AD
RGB
CMYK
RGB Variations
Color information
#ADD6AD (or 0xADD6AD) is known color: Moss Green. HEX triplet: AD, D6 and AD. RGB value is (173,214,173). Sum of RGB (Red+Green+Blue) = 173+214+173=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD6AD is #522952. Grayscale: #C5C5C5. Windows color (decimal): -5384531 or 11392685. OLE color: 11392685.
HSL color Cylindrical-coordinate representation of color #ADD6AD: hue angle of 120º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6AD is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 173 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.16 |
| HSL | 120º | 0.33% | 0.76% | - |
| HSV(B) | 120º | 0.19% | 0.84% | - |
| XYZ | 48.82 | 59.99 | 48.54 | - |
| YUV | 197.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 173 | 0.19 | 0 | 0.19 | 0.16 | 120 | 0.33 | 0.76 |
| Hex | AD | D6 | AD | 13 | 0 | 13 | 10 | 78 | 21 | 4C |
| Octal | 255 | 326 | 255 | 23 | 0 | 23 | 20 | 170 | 41 | 114 |
| Binary | 10101101 | 11010110 | 10101101 | 10011 | 0 | 10011 | 10000 | 1111000 | 100001 | 1001100 |
Color Harmonies of #ADD6AD
Complementary color
Monochromatic Colors of #ADD6AD
Black with #ADD6AD
Text Example
Text Example
White with #ADD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6AD; }
p { color: rgb(173,214,173); }
H1.HeaderClassName
{
color: #ADD6AD;
}
.AnyTagClassName
{
color: #ADD6AD;
}
</style>
background-color css
<style>
a { background-color: #ADD6AD; }
a { background-color: rgb(173,214,173); }
div.DivClassName
{
background-color: #ADD6AD;
}
.BgClassName
{
background-color: #ADD6AD;
}
</style>
border-color css
<style>
span { border-color: #ADD6AD; }
span { border-color: rgb(173,214,173); }
td.TdClassName
{
border-color: #ADD6AD;
}
.TagClassName
{
border-color: #ADD6AD;
}
</style>