#AAEA8C

Color #AAEA8C Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AAEA8C

Tints of Feijoa #AAEA8C

Color information

#AAEA8C (or 0xAAEA8C) is unknown color: approx Feijoa. HEX triplet: AA, EA and 8C. RGB value is (170,234,140). Sum of RGB (Red+Green+Blue) = 170+234+140=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEA8C is #551573. Grayscale: #CCCCCC. Windows color (decimal): -5576052 or 9235114. OLE color: 9235114.

HSL color Cylindrical-coordinate representation of color #AAEA8C: hue angle of 100.85º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAEA8C is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB170234140-
CMYK0.2700.400.08
HSL100.85º69.12%73.33%-
HSV(B)100.85º40.17%91.76%-
XYZ50.7369.2935.51-
YUV204.1591.8103.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 234 (91.80% from 255) = 43.01%
BLUE value IS 140 (55.08% from 255) = 25.74%
R=31.25%
G=43.01%
B=25.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341400.2700.400.08100.8569.1273.33
HexAAEA8C1B0288654549
Octal2523522143305010145105111
Binary1010101011101010100011001101101010001000110010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEA8C; }

 p { color: rgb(170,234,140); }

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

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

 a { background-color: rgb(170,234,140); }

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

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

 span { border-color: rgb(170,234,140); }

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