#AADAA6

Color #AADAA6 Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #AADAA6

Tints of Moss Green #AADAA6

Color information

#AADAA6 (or 0xAADAA6) is unknown color: approx Moss Green. HEX triplet: AA, DA and A6. RGB value is (170,218,166). Sum of RGB (Red+Green+Blue) = 170+218+166=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAA6 is #552559. Grayscale: #C5C5C5. Windows color (decimal): -5580122 or 10934954. OLE color: 10934954.

HSL color Cylindrical-coordinate representation of color #AADAA6: hue angle of 115.38º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADAA6 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB170218166-
CMYK0.2200.240.15
HSL115.38º41.27%75.29%-
HSV(B)115.38º23.85%85.49%-
XYZ48.5361.4445.38-
YUV197.72110.1108.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 166 (65.23% from 255) = 29.96%
R=30.69%
G=39.35%
B=29.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181660.2200.240.15115.3841.2775.29
HexAADAA616018F73294b
Octal252332246260301716351113
Binary10101010110110101010011010110011000111111100111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAA6; }

 p { color: rgb(170,218,166); }

 H1.HeaderClassName
 {
   color: #AADAA6;
 }
 .AnyTagClassName
 {
   color: #AADAA6;
 }
</style>
background-color css

<style>
 a { background-color: #AADAA6; }

 a { background-color: rgb(170,218,166); }

 div.DivClassName
 {
   background-color: #AADAA6;
 }
 .BgClassName
 {
   background-color: #AADAA6;
 }
</style>
border-color css

<style>
 span { border-color: #AADAA6; }

 span { border-color: rgb(170,218,166); }

 td.TdClassName
 {
   border-color: #AADAA6;
 }
 .TagClassName
 {
   border-color: #AADAA6;
 }
</style>