#AADC97

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

Shades of Granny Smith Apple #AADC97

Tints of Granny Smith Apple #AADC97

Color information

#AADC97 (or 0xAADC97) is unknown color: approx Granny Smith Apple. HEX triplet: AA, DC and 97. RGB value is (170,220,151). Sum of RGB (Red+Green+Blue) = 170+220+151=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 151 (59.38% from 255 or 27.91% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC97 is #552368. Grayscale: #C5C5C5. Windows color (decimal): -5579625 or 9952426. OLE color: 9952426.

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

Color convert

RGB170220151-
CMYK0.2300.310.14
HSL103.48º49.64%72.75%-
HSV(B)103.48º31.36%86.27%-
XYZ47.7661.9738.72-
YUV197.18101.94108.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 151 (59.38% from 255) = 27.91%
R=31.42%
G=40.67%
B=27.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1702201510.2300.310.14103.4849.6472.75
HexAADC971701FE673249
Octal252334227270371614762111
Binary10101010110111001001011110111011111111011001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC97; }

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

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

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

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

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

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

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

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