Shades of Moss Green #ADDAA9
Tints of Moss Green #ADDAA9
RGB
CMYK
RGB Variations
Color information
#ADDAA9 (or 0xADDAA9) is known color: Moss Green. HEX triplet: AD, DA and A9. RGB value is (173,218,169). Sum of RGB (Red+Green+Blue) = 173+218+169=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDAA9 is #522556. Grayscale: #C7C7C7. Windows color (decimal): -5383511 or 11131565. OLE color: 11131565.
HSL color Cylindrical-coordinate representation of color #ADDAA9: hue angle of 115.1º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDAA9 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 169 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.15 |
| HSL | 115.1º | 0.4% | 0.76% | - |
| HSV(B) | 115.1º | 0.22% | 0.85% | - |
| XYZ | 49.47 | 61.89 | 46.88 | - |
| YUV | 198.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 169 | 0.21 | 0 | 0.22 | 0.15 | 115.1 | 0.4 | 0.76 |
| Hex | AD | DA | A9 | 15 | 0 | 16 | F | 73 | 28 | 4C |
| Octal | 255 | 332 | 251 | 25 | 0 | 26 | 17 | 163 | 50 | 114 |
| Binary | 10101101 | 11011010 | 10101001 | 10101 | 0 | 10110 | 1111 | 1110011 | 101000 | 1001100 |
Color Harmonies of #ADDAA9
Complementary color
Monochromatic Colors of #ADDAA9
Black with #ADDAA9
Text Example
Text Example
White with #ADDAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAA9; }
p { color: rgb(173,218,169); }
H1.HeaderClassName
{
color: #ADDAA9;
}
.AnyTagClassName
{
color: #ADDAA9;
}
</style>
background-color css
<style>
a { background-color: #ADDAA9; }
a { background-color: rgb(173,218,169); }
div.DivClassName
{
background-color: #ADDAA9;
}
.BgClassName
{
background-color: #ADDAA9;
}
</style>
border-color css
<style>
span { border-color: #ADDAA9; }
span { border-color: rgb(173,218,169); }
td.TdClassName
{
border-color: #ADDAA9;
}
.TagClassName
{
border-color: #ADDAA9;
}
</style>