#AADCA4

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

Shades of Moss Green #AADCA4

Tints of Moss Green #AADCA4

Color information

#AADCA4 (or 0xAADCA4) is unknown color: approx Moss Green. HEX triplet: AA, DC and A4. RGB value is (170,220,164). Sum of RGB (Red+Green+Blue) = 170+220+164=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCA4 is #55235B. Grayscale: #C6C6C6. Windows color (decimal): -5579612 or 10804394. OLE color: 10804394.

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

Color convert

RGB170220164-
CMYK0.2300.250.14
HSL113.57º44.44%75.29%-
HSV(B)113.57º25.45%86.27%-
XYZ48.8762.4144.59-
YUV198.67108.44107.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 164 (64.45% from 255) = 29.60%
R=30.69%
G=39.71%
B=29.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201640.2300.250.14113.5744.4475.29
HexAADCA417019E722c4b
Octal252334244270311616254113
Binary10101010110111001010010010111011001111011100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCA4; }

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

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

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

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

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

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

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

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