#AACD89

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

Shades of Feijoa #AACD89

Tints of Feijoa #AACD89

Color information

#AACD89 (or 0xAACD89) is unknown color: approx Feijoa. HEX triplet: AA, CD and 89. RGB value is (170,205,137). Sum of RGB (Red+Green+Blue) = 170+205+137=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD89 is #553276. Grayscale: #BBBBBB. Windows color (decimal): -5583479 or 9031082. OLE color: 9031082.

HSL color Cylindrical-coordinate representation of color #AACD89: hue angle of 90.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACD89 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB170205137-
CMYK0.1700.330.20
HSL90.88º40.48%67.06%-
HSV(B)90.88º33.17%80.39%-
XYZ42.9254.0131.83-
YUV186.7899.9116.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=33.20%
G=40.04%
B=26.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051370.1700.330.2090.8840.4867.06
HexAACD8911021145b2843
Octal252315211210412413350103
Binary1010101011001101100010011000101000011010010110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD89; }

 p { color: rgb(170,205,137); }

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

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

 a { background-color: rgb(170,205,137); }

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

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

 span { border-color: rgb(170,205,137); }

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