Shades of Moss Green #ADDFAA
Tints of Moss Green #ADDFAA
RGB
CMYK
RGB Variations
Color information
#ADDFAA (or 0xADDFAA) is known color: Moss Green. HEX triplet: AD, DF and AA. RGB value is (173,223,170). Sum of RGB (Red+Green+Blue) = 173+223+170=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFAA is #522055. Grayscale: #CACACA. Windows color (decimal): -5382230 or 11198381. OLE color: 11198381.
HSL color Cylindrical-coordinate representation of color #ADDFAA: hue angle of 116.6º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDFAA is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 170 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.13 |
| HSL | 116.6º | 0.45% | 0.77% | - |
| HSV(B) | 116.6º | 0.24% | 0.87% | - |
| XYZ | 50.88 | 64.56 | 47.81 | - |
| YUV | 202.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 170 | 0.22 | 0 | 0.24 | 0.13 | 116.6 | 0.45 | 0.77 |
| Hex | AD | DF | AA | 16 | 0 | 18 | D | 75 | 2D | 4D |
| Octal | 255 | 337 | 252 | 26 | 0 | 30 | 15 | 165 | 55 | 115 |
| Binary | 10101101 | 11011111 | 10101010 | 10110 | 0 | 11000 | 1101 | 1110101 | 101101 | 1001101 |
Color Harmonies of #ADDFAA
Complementary color
Monochromatic Colors of #ADDFAA
Black with #ADDFAA
Text Example
Text Example
White with #ADDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDFAA; }
p { color: rgb(173,223,170); }
H1.HeaderClassName
{
color: #ADDFAA;
}
.AnyTagClassName
{
color: #ADDFAA;
}
</style>
background-color css
<style>
a { background-color: #ADDFAA; }
a { background-color: rgb(173,223,170); }
div.DivClassName
{
background-color: #ADDFAA;
}
.BgClassName
{
background-color: #ADDFAA;
}
</style>
border-color css
<style>
span { border-color: #ADDFAA; }
span { border-color: rgb(173,223,170); }
td.TdClassName
{
border-color: #ADDFAA;
}
.TagClassName
{
border-color: #ADDFAA;
}
</style>