#AADF9B

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

Shades of Granny Smith Apple #AADF9B

Tints of Granny Smith Apple #AADF9B

Color information

#AADF9B (or 0xAADF9B) is unknown color: approx Granny Smith Apple. HEX triplet: AA, DF and 9B. RGB value is (170,223,155). Sum of RGB (Red+Green+Blue) = 170+223+155=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF9B is #552064. Grayscale: #C7C7C7. Windows color (decimal): -5578853 or 10215338. OLE color: 10215338.

HSL color Cylindrical-coordinate representation of color #AADF9B: hue angle of 106.76º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AADF9B is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB170223155-
CMYK0.2400.300.13
HSL106.76º51.52%74.12%-
HSV(B)106.76º30.49%87.45%-
XYZ48.8863.6940.73-
YUV199.4102.94107.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 223 (87.5% from 255) = 40.69%
BLUE value IS 155 (60.94% from 255) = 28.28%
R=31.02%
G=40.69%
B=28.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702231550.2400.300.13106.7651.5274.12
HexAADF9B1801ED6b344a
Octal252337233300361515364112
Binary10101010110111111001101111000011110110111010111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADF9B; }

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

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

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

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

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

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

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

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