Shades of Moss Green #ADD6AA
Tints of Moss Green #ADD6AA
RGB
CMYK
RGB Variations
Color information
#ADD6AA (or 0xADD6AA) is known color: Moss Green. HEX triplet: AD, D6 and AA. RGB value is (173,214,170). Sum of RGB (Red+Green+Blue) = 173+214+170=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD6AA is #522955. Grayscale: #C4C4C4. Windows color (decimal): -5384534 or 11196077. OLE color: 11196077.
HSL color Cylindrical-coordinate representation of color #ADD6AA: hue angle of 115.91º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD6AA is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 170 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.16 |
| HSL | 115.91º | 0.35% | 0.75% | - |
| HSV(B) | 115.91º | 0.21% | 0.84% | - |
| XYZ | 48.54 | 59.88 | 47.03 | - |
| YUV | 196.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 170 | 0.19 | 0 | 0.21 | 0.16 | 115.91 | 0.35 | 0.75 |
| Hex | AD | D6 | AA | 13 | 0 | 15 | 10 | 74 | 23 | 4B |
| Octal | 255 | 326 | 252 | 23 | 0 | 25 | 20 | 164 | 43 | 113 |
| Binary | 10101101 | 11010110 | 10101010 | 10011 | 0 | 10101 | 10000 | 1110100 | 100011 | 1001011 |
Color Harmonies of #ADD6AA
Complementary color
Monochromatic Colors of #ADD6AA
Black with #ADD6AA
Text Example
Text Example
White with #ADD6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6AA; }
p { color: rgb(173,214,170); }
H1.HeaderClassName
{
color: #ADD6AA;
}
.AnyTagClassName
{
color: #ADD6AA;
}
</style>
background-color css
<style>
a { background-color: #ADD6AA; }
a { background-color: rgb(173,214,170); }
div.DivClassName
{
background-color: #ADD6AA;
}
.BgClassName
{
background-color: #ADD6AA;
}
</style>
border-color css
<style>
span { border-color: #ADD6AA; }
span { border-color: rgb(173,214,170); }
td.TdClassName
{
border-color: #ADD6AA;
}
.TagClassName
{
border-color: #ADD6AA;
}
</style>