#AADF97

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

Shades of Granny Smith Apple #AADF97

Tints of Granny Smith Apple #AADF97

Color information

#AADF97 (or 0xAADF97) is unknown color: approx Granny Smith Apple. HEX triplet: AA, DF and 97. RGB value is (170,223,151). Sum of RGB (Red+Green+Blue) = 170+223+151=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF97 is #552068. Grayscale: #C7C7C7. Windows color (decimal): -5578857 or 9953194. OLE color: 9953194.

HSL color Cylindrical-coordinate representation of color #AADF97: hue angle of 104.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADF97 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB170223151-
CMYK0.2400.320.13
HSL104.17º52.94%73.33%-
HSV(B)104.17º32.29%87.45%-
XYZ48.5563.5638.99-
YUV198.94100.94107.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 223 (87.5% from 255) = 40.99%
BLUE value IS 151 (59.38% from 255) = 27.76%
R=31.25%
G=40.99%
B=27.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231510.2400.320.13104.1752.9473.33
HexAADF9718020D683549
Octal252337227300401515065111
Binary101010101101111110010111110000100000110111010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF97; }

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

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

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

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

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

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

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

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