#AAD69E

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

Shades of Granny Smith Apple #AAD69E

Tints of Granny Smith Apple #AAD69E

Color information

#AAD69E (or 0xAAD69E) is unknown color: approx Granny Smith Apple. HEX triplet: AA, D6 and 9E. RGB value is (170,214,158). Sum of RGB (Red+Green+Blue) = 170+214+158=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD69E is #552961. Grayscale: #C2C2C2. Windows color (decimal): -5581154 or 10409642. OLE color: 10409642.

HSL color Cylindrical-coordinate representation of color #AAD69E: hue angle of 107.14º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD69E is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB170214158-
CMYK0.2100.260.16
HSL107.14º40.58%72.94%-
HSV(B)107.14º26.17%83.92%-
XYZ46.859.1141.29-
YUV194.46107.42110.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 214 (83.98% from 255) = 39.48%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=31.37%
G=39.48%
B=29.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141580.2100.260.16107.1440.5872.94
HexAAD69E1501A106b2949
Octal252326236250322015351111
Binary101010101101011010011110101010110101000011010111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD69E; }

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

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

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

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

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

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

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

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