#AACD82

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

Shades of Feijoa #AACD82

Tints of Feijoa #AACD82

Color information

#AACD82 (or 0xAACD82) is unknown color: approx Feijoa. HEX triplet: AA, CD and 82. RGB value is (170,205,130). Sum of RGB (Red+Green+Blue) = 170+205+130=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD82 is #55327D. Grayscale: #BABABA. Windows color (decimal): -5583486 or 8572330. OLE color: 8572330.

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

Color convert

RGB170205130-
CMYK0.1700.370.20
HSL88º42.86%65.69%-
HSV(B)88º36.59%80.39%-
XYZ42.4453.8229.27-
YUV185.9896.4116.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 130 (51.17% from 255) = 25.74%
R=33.66%
G=40.59%
B=25.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051300.1700.370.208842.8665.69
HexAACD821102514582b42
Octal252315202210452413053102
Binary1010101011001101100000101000101001011010010110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD82; }

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

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

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

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

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

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

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

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