#AAD99E

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

Shades of Granny Smith Apple #AAD99E

Tints of Granny Smith Apple #AAD99E

Color information

#AAD99E (or 0xAAD99E) is unknown color: approx Granny Smith Apple. HEX triplet: AA, D9 and 9E. RGB value is (170,217,158). Sum of RGB (Red+Green+Blue) = 170+217+158=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD99E is #552661. Grayscale: #C4C4C4. Windows color (decimal): -5580386 or 10410410. OLE color: 10410410.

HSL color Cylindrical-coordinate representation of color #AAD99E: hue angle of 107.8º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD99E is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB170217158-
CMYK0.2200.270.15
HSL107.8º43.7%73.53%-
HSV(B)107.8º27.19%85.1%-
XYZ47.5660.6441.55-
YUV196.22106.43109.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 217 (85.16% from 255) = 39.82%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=31.19%
G=39.82%
B=28.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171580.2200.270.15107.843.773.53
HexAAD99E1601BF6c2c4a
Octal252331236260331715454112
Binary10101010110110011001111010110011011111111011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD99E; }

 p { color: rgb(170,217,158); }

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

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

 a { background-color: rgb(170,217,158); }

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

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

 span { border-color: rgb(170,217,158); }

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