#AAD78C

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

Shades of Feijoa #AAD78C

Tints of Feijoa #AAD78C

Color information

#AAD78C (or 0xAAD78C) is unknown color: approx Feijoa. HEX triplet: AA, D7 and 8C. RGB value is (170,215,140). Sum of RGB (Red+Green+Blue) = 170+215+140=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD78C is #552873. Grayscale: #C1C1C1. Windows color (decimal): -5580916 or 9230250. OLE color: 9230250.

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

Color convert

RGB170215140-
CMYK0.2100.350.16
HSL96º48.39%69.61%-
HSV(B)96º34.88%84.31%-
XYZ45.6159.0433.8-
YUV19398.09111.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 215 (84.38% from 255) = 40.95%
BLUE value IS 140 (55.08% from 255) = 26.67%
R=32.38%
G=40.95%
B=26.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702151400.2100.350.169648.3969.61
HexAAD78C1502310603046
Octal252327214250432014060106
Binary1010101011010111100011001010101000111000011000001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD78C; }

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

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

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

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

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

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

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

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