#AAED8E

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

Shades of Granny Smith Apple #AAED8E

Tints of Granny Smith Apple #AAED8E

Color information

#AAED8E (or 0xAAED8E) is unknown color: approx Granny Smith Apple. HEX triplet: AA, ED and 8E. RGB value is (170,237,142). Sum of RGB (Red+Green+Blue) = 170+237+142=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #AAED8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAED8E is #551271. Grayscale: #CECECE. Windows color (decimal): -5575282 or 9366954. OLE color: 9366954.

HSL color Cylindrical-coordinate representation of color #AAED8E: hue angle of 102.32º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAED8E is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB170237142-
CMYK0.2800.400.07
HSL102.32º72.52%74.31%-
HSV(B)102.32º40.08%92.94%-
XYZ51.7471.0736.58-
YUV206.1491.8102.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 237 (92.97% from 255) = 43.17%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=30.97%
G=43.17%
B=25.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371420.2800.400.07102.3272.5274.31
HexAAED8E1C028766494a
Octal252355216340507146111112
Binary101010101110110110001110111000101000111110011010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAED8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAED8E; }

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

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

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

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

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

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

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

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