Shades of Moss Green #AADDA4
Tints of Moss Green #AADDA4
RGB
CMYK
RGB Variations
Color information
#AADDA4 (or 0xAADDA4) is known color: Moss Green. HEX triplet: AA, DD and A4. RGB value is (170,221,164). Sum of RGB (Red+Green+Blue) = 170+221+164=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADDA4 is #55225B. Grayscale: #C7C7C7. Windows color (decimal): -5579356 or 10804650. OLE color: 10804650.
HSL color Cylindrical-coordinate representation of color #AADDA4: hue angle of 113.68º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADDA4 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 164 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.13 |
| HSL | 113.68º | 0.46% | 0.75% | - |
| HSV(B) | 113.68º | 0.26% | 0.87% | - |
| XYZ | 49.13 | 62.94 | 44.68 | - |
| YUV | 199.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 164 | 0.23 | 0 | 0.26 | 0.13 | 113.68 | 0.46 | 0.75 |
| Hex | AA | DD | A4 | 17 | 0 | 1A | D | 72 | 2E | 4B |
| Octal | 252 | 335 | 244 | 27 | 0 | 32 | 15 | 162 | 56 | 113 |
| Binary | 10101010 | 11011101 | 10100100 | 10111 | 0 | 11010 | 1101 | 1110010 | 101110 | 1001011 |
Color Harmonies of #AADDA4
Complementary color
Monochromatic Colors of #AADDA4
Black with #AADDA4
Text Example
Text Example
White with #AADDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDA4; }
p { color: rgb(170,221,164); }
H1.HeaderClassName
{
color: #AADDA4;
}
.AnyTagClassName
{
color: #AADDA4;
}
</style>
background-color css
<style>
a { background-color: #AADDA4; }
a { background-color: rgb(170,221,164); }
div.DivClassName
{
background-color: #AADDA4;
}
.BgClassName
{
background-color: #AADDA4;
}
</style>
border-color css
<style>
span { border-color: #AADDA4; }
span { border-color: rgb(170,221,164); }
td.TdClassName
{
border-color: #AADDA4;
}
.TagClassName
{
border-color: #AADDA4;
}
</style>