#AAEC8E

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

Shades of Granny Smith Apple #AAEC8E

Tints of Granny Smith Apple #AAEC8E

Color information

#AAEC8E (or 0xAAEC8E) is unknown color: approx Granny Smith Apple. HEX triplet: AA, EC and 8E. RGB value is (170,236,142). Sum of RGB (Red+Green+Blue) = 170+236+142=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEC8E is #551371. Grayscale: #CDCDCD. Windows color (decimal): -5575538 or 9366698. OLE color: 9366698.

HSL color Cylindrical-coordinate representation of color #AAEC8E: hue angle of 102.13º degrees, saturation: 0.71, 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 #AAEC8E is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB170236142-
CMYK0.2800.400.07
HSL102.13º71.21%74.12%-
HSV(B)102.13º39.83%92.55%-
XYZ51.4670.4936.49-
YUV205.5592.13102.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 236 (92.58% from 255) = 43.07%
BLUE value IS 142 (55.86% from 255) = 25.91%
R=31.02%
G=43.07%
B=25.91%

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
Decimal1702361420.2800.400.07102.1371.2174.12
HexAAEC8E1C028766474a
Octal252354216340507146107112
Binary101010101110110010001110111000101000111110011010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEC8E; }

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

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

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

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

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

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

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

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