#AADA9E

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

Shades of Granny Smith Apple #AADA9E

Tints of Granny Smith Apple #AADA9E

Color information

#AADA9E (or 0xAADA9E) is unknown color: approx Granny Smith Apple. HEX triplet: AA, DA and 9E. RGB value is (170,218,158). Sum of RGB (Red+Green+Blue) = 170+218+158=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #AADA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADA9E is #552561. Grayscale: #C5C5C5. Windows color (decimal): -5580130 or 10410666. OLE color: 10410666.

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

Color convert

RGB170218158-
CMYK0.2200.280.15
HSL108º44.78%73.73%-
HSV(B)108º27.52%85.49%-
XYZ47.8261.1641.63-
YUV196.81106.1108.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=31.14%
G=39.93%
B=28.94%

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
Decimal1702181580.2200.280.1510844.7873.73
HexAADA9E1601CF6c2d4a
Octal252332236260341715455112
Binary10101010110110101001111010110011100111111011001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADA9E; }

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

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

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

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

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

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

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

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