#AAE996

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

Shades of Granny Smith Apple #AAE996

Tints of Granny Smith Apple #AAE996

Color information

#AAE996 (or 0xAAE996) is unknown color: approx Granny Smith Apple. HEX triplet: AA, E9 and 96. RGB value is (170,233,150). Sum of RGB (Red+Green+Blue) = 170+233+150=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE996 is #551669. Grayscale: #CCCCCC. Windows color (decimal): -5576298 or 9890218. OLE color: 9890218.

HSL color Cylindrical-coordinate representation of color #AAE996: hue angle of 105.54º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAE996 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB170233150-
CMYK0.2700.360.09
HSL105.54º65.35%75.1%-
HSV(B)105.54º35.62%91.37%-
XYZ51.2269.0339.48-
YUV204.797.13103.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 150 (58.98% from 255) = 27.12%
R=30.74%
G=42.13%
B=27.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702331500.2700.360.09105.5465.3575.1
HexAAE9961B02496a414b
Octal2523512263304411152101113
Binary1010101011101001100101101101101001001001110101010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE996; }

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

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

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

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

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

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

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

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