#AACD91

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

Shades of Feijoa #AACD91

Tints of Feijoa #AACD91

Color information

#AACD91 (or 0xAACD91) is unknown color: approx Feijoa. HEX triplet: AA, CD and 91. RGB value is (170,205,145). Sum of RGB (Red+Green+Blue) = 170+205+145=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD91 is #55326E. Grayscale: #BBBBBB. Windows color (decimal): -5583471 or 9555370. OLE color: 9555370.

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

Color convert

RGB170205145-
CMYK0.1700.290.20
HSL95º37.5%68.63%-
HSV(B)95º29.27%80.39%-
XYZ43.5254.2534.97-
YUV187.7103.9115.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=32.69%
G=39.42%
B=27.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051450.1700.290.209537.568.63
HexAACD911101D145f2645
Octal252315221210352413746105
Binary101010101100110110010001100010111011010010111111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD91; }

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

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

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

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

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

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

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

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