#AADA9C

Color #AADA9C Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #AADA9C

Tints of Granny Smith Apple #AADA9C

Color information

#AADA9C (or 0xAADA9C) is unknown color: approx Granny Smith Apple. HEX triplet: AA, DA and 9C. RGB value is (170,218,156). Sum of RGB (Red+Green+Blue) = 170+218+156=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA9C is #552563. Grayscale: #C4C4C4. Windows color (decimal): -5580132 or 10279594. OLE color: 10279594.

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

Color convert

RGB170218156-
CMYK0.2200.280.15
HSL106.45º45.59%73.33%-
HSV(B)106.45º28.44%85.49%-
XYZ47.6561.0940.73-
YUV196.58105.1109.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=31.25%
G=40.07%
B=28.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181560.2200.280.15106.4545.5973.33
HexAADA9C1601CF6a2e49
Octal252332234260341715256111
Binary10101010110110101001110010110011100111111010101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA9C; }

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

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

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

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

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

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

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

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