#AAED96

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

Shades of Granny Smith Apple #AAED96

Tints of Granny Smith Apple #AAED96

Color information

#AAED96 (or 0xAAED96) is unknown color: approx Granny Smith Apple. HEX triplet: AA, ED and 96. RGB value is (170,237,150). Sum of RGB (Red+Green+Blue) = 170+237+150=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAED96 is #551269. Grayscale: #CFCFCF. Windows color (decimal): -5575274 or 9891242. OLE color: 9891242.

HSL color Cylindrical-coordinate representation of color #AAED96: hue angle of 106.21º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAED96 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB170237150-
CMYK0.2800.370.07
HSL106.21º70.73%75.88%-
HSV(B)106.21º36.71%92.94%-
XYZ52.3771.3239.86-
YUV207.0595.8101.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 237 (92.97% from 255) = 42.55%
BLUE value IS 150 (58.98% from 255) = 26.93%
R=30.52%
G=42.55%
B=26.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371500.2800.370.07106.2170.7375.88
HexAAED961C02576a474c
Octal252355226340457152107114
Binary101010101110110110010110111000100101111110101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED96; }

 p { color: rgb(170,237,150); }

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

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

 a { background-color: rgb(170,237,150); }

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

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

 span { border-color: rgb(170,237,150); }

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