Shades of Moss Green #ADDEAA
Tints of Moss Green #ADDEAA
RGB
CMYK
RGB Variations
Color information
#ADDEAA (or 0xADDEAA) is known color: Moss Green. HEX triplet: AD, DE and AA. RGB value is (173,222,170). Sum of RGB (Red+Green+Blue) = 173+222+170=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDEAA is #522155. Grayscale: #C9C9C9. Windows color (decimal): -5382486 or 11198125. OLE color: 11198125.
HSL color Cylindrical-coordinate representation of color #ADDEAA: hue angle of 116.54º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDEAA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 170 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.13 |
| HSL | 116.54º | 0.44% | 0.77% | - |
| HSV(B) | 116.54º | 0.23% | 0.87% | - |
| XYZ | 50.61 | 64.03 | 47.72 | - |
| YUV | 201.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 170 | 0.22 | 0 | 0.23 | 0.13 | 116.54 | 0.44 | 0.77 |
| Hex | AD | DE | AA | 16 | 0 | 17 | D | 75 | 2C | 4D |
| Octal | 255 | 336 | 252 | 26 | 0 | 27 | 15 | 165 | 54 | 115 |
| Binary | 10101101 | 11011110 | 10101010 | 10110 | 0 | 10111 | 1101 | 1110101 | 101100 | 1001101 |
Color Harmonies of #ADDEAA
Complementary color
Monochromatic Colors of #ADDEAA
Black with #ADDEAA
Text Example
Text Example
White with #ADDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDEAA; }
p { color: rgb(173,222,170); }
H1.HeaderClassName
{
color: #ADDEAA;
}
.AnyTagClassName
{
color: #ADDEAA;
}
</style>
background-color css
<style>
a { background-color: #ADDEAA; }
a { background-color: rgb(173,222,170); }
div.DivClassName
{
background-color: #ADDEAA;
}
.BgClassName
{
background-color: #ADDEAA;
}
</style>
border-color css
<style>
span { border-color: #ADDEAA; }
span { border-color: rgb(173,222,170); }
td.TdClassName
{
border-color: #ADDEAA;
}
.TagClassName
{
border-color: #ADDEAA;
}
</style>