#AADAA7

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

Shades of Moss Green #AADAA7

Tints of Moss Green #AADAA7

Color information

#AADAA7 (or 0xAADAA7) is unknown color: approx Moss Green. HEX triplet: AA, DA and A7. RGB value is (170,218,167). Sum of RGB (Red+Green+Blue) = 170+218+167=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAA7 is #552558. Grayscale: #C5C5C5. Windows color (decimal): -5580121 or 11000490. OLE color: 11000490.

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

Color convert

RGB170218167-
CMYK0.2200.230.15
HSL116.47º40.8%75.49%-
HSV(B)116.47º23.39%85.49%-
XYZ48.6261.4845.86-
YUV197.83110.6108.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 167 (65.62% from 255) = 30.09%
R=30.63%
G=39.28%
B=30.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181670.2200.230.15116.4740.875.49
HexAADAA716017F74294b
Octal252332247260271716451113
Binary10101010110110101010011110110010111111111101001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAA7; }

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

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

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

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

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

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

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

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