#AADCA9

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

Shades of Moss Green #AADCA9

Tints of Moss Green #AADCA9

Color information

#AADCA9 (or 0xAADCA9) is unknown color: approx Moss Green. HEX triplet: AA, DC and A9. RGB value is (170,220,169). Sum of RGB (Red+Green+Blue) = 170+220+169=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCA9 is #552356. Grayscale: #C7C7C7. Windows color (decimal): -5579607 or 11132074. OLE color: 11132074.

HSL color Cylindrical-coordinate representation of color #AADCA9: hue angle of 118.82º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCA9 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB170220169-
CMYK0.2300.230.14
HSL118.82º42.15%76.27%-
HSV(B)118.82º23.18%86.27%-
XYZ49.3362.647.02-
YUV199.24110.94107.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 169 (66.41% from 255) = 30.23%
R=30.41%
G=39.36%
B=30.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201690.2300.230.14118.8242.1576.27
HexAADCA917017E772a4c
Octal252334251270271616752114
Binary10101010110111001010100110111010111111011101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCA9; }

 p { color: rgb(170,220,169); }

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

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

 a { background-color: rgb(170,220,169); }

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

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

 span { border-color: rgb(170,220,169); }

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