#AADC9C

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

Shades of Granny Smith Apple #AADC9C

Tints of Granny Smith Apple #AADC9C

Color information

#AADC9C (or 0xAADC9C) is unknown color: approx Granny Smith Apple. HEX triplet: AA, DC and 9C. RGB value is (170,220,156). Sum of RGB (Red+Green+Blue) = 170+220+156=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC9C is #552363. Grayscale: #C5C5C5. Windows color (decimal): -5579620 or 10280106. OLE color: 10280106.

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

Color convert

RGB170220156-
CMYK0.2300.290.14
HSL106.87º47.76%73.73%-
HSV(B)106.87º29.09%86.27%-
XYZ48.1762.1340.91-
YUV197.75104.44108.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 220 (86.33% from 255) = 40.29%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=31.14%
G=40.29%
B=28.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201560.2300.290.14106.8747.7673.73
HexAADC9C1701DE6b304a
Octal252334234270351615360112
Binary10101010110111001001110010111011101111011010111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC9C; }

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

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

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

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

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

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

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

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