Shades of Moss Green #AADFA1
Tints of Moss Green #AADFA1
RGB
CMYK
RGB Variations
Color information
#AADFA1 (or 0xAADFA1) is known color: Moss Green. HEX triplet: AA, DF and A1. RGB value is (170,223,161). Sum of RGB (Red+Green+Blue) = 170+223+161=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADFA1 is #55205E. Grayscale: #C8C8C8. Windows color (decimal): -5578847 or 10608554. OLE color: 10608554.
HSL color Cylindrical-coordinate representation of color #AADFA1: hue angle of 111.29º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADFA1 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 161 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.13 |
| HSL | 111.29º | 0.49% | 0.75% | - |
| HSV(B) | 111.29º | 0.28% | 0.87% | - |
| XYZ | 49.4 | 63.89 | 43.45 | - |
| YUV | 200.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 161 | 0.24 | 0 | 0.28 | 0.13 | 111.29 | 0.49 | 0.75 |
| Hex | AA | DF | A1 | 18 | 0 | 1C | D | 6F | 31 | 4B |
| Octal | 252 | 337 | 241 | 30 | 0 | 34 | 15 | 157 | 61 | 113 |
| Binary | 10101010 | 11011111 | 10100001 | 11000 | 0 | 11100 | 1101 | 1101111 | 110001 | 1001011 |
Color Harmonies of #AADFA1
Complementary color
Monochromatic Colors of #AADFA1
Black with #AADFA1
Text Example
Text Example
White with #AADFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFA1; }
p { color: rgb(170,223,161); }
H1.HeaderClassName
{
color: #AADFA1;
}
.AnyTagClassName
{
color: #AADFA1;
}
</style>
background-color css
<style>
a { background-color: #AADFA1; }
a { background-color: rgb(170,223,161); }
div.DivClassName
{
background-color: #AADFA1;
}
.BgClassName
{
background-color: #AADFA1;
}
</style>
border-color css
<style>
span { border-color: #AADFA1; }
span { border-color: rgb(170,223,161); }
td.TdClassName
{
border-color: #AADFA1;
}
.TagClassName
{
border-color: #AADFA1;
}
</style>