#AADCA1

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

Shades of Moss Green #AADCA1

Tints of Moss Green #AADCA1

Color information

#AADCA1 (or 0xAADCA1) is unknown color: approx Moss Green. HEX triplet: AA, DC and A1. RGB value is (170,220,161). Sum of RGB (Red+Green+Blue) = 170+220+161=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADCA1 is #55235E. Grayscale: #C6C6C6. Windows color (decimal): -5579615 or 10607786. OLE color: 10607786.

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

Color convert

RGB170220161-
CMYK0.2300.270.14
HSL110.85º45.74%74.71%-
HSV(B)110.85º26.82%86.27%-
XYZ48.662.3143.18-
YUV198.32106.94107.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 161 (63.28% from 255) = 29.22%
R=30.85%
G=39.93%
B=29.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201610.2300.270.14110.8545.7474.71
HexAADCA11701BE6f2e4b
Octal252334241270331615756113
Binary10101010110111001010000110111011011111011011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCA1; }

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

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

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

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

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

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

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

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