#AAD99D

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

Shades of Granny Smith Apple #AAD99D

Tints of Granny Smith Apple #AAD99D

Color information

#AAD99D (or 0xAAD99D) is unknown color: approx Granny Smith Apple. HEX triplet: AA, D9 and 9D. RGB value is (170,217,157). Sum of RGB (Red+Green+Blue) = 170+217+157=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD99D is #552662. Grayscale: #C4C4C4. Windows color (decimal): -5580387 or 10344874. OLE color: 10344874.

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

Color convert

RGB170217157-
CMYK0.2200.280.15
HSL107º44.12%73.33%-
HSV(B)107º27.65%85.1%-
XYZ47.4860.6141.09-
YUV196.11105.93109.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 217 (85.16% from 255) = 39.89%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=31.25%
G=39.89%
B=28.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702171570.2200.280.1510744.1273.33
HexAAD99D1601CF6b2c49
Octal252331235260341715354111
Binary10101010110110011001110110110011100111111010111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD99D; }

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

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

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

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

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

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

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

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