#AACD8D

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

Shades of Feijoa #AACD8D

Tints of Feijoa #AACD8D

Color information

#AACD8D (or 0xAACD8D) is unknown color: approx Feijoa. HEX triplet: AA, CD and 8D. RGB value is (170,205,141). Sum of RGB (Red+Green+Blue) = 170+205+141=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACD8D is #553272. Grayscale: #BBBBBB. Windows color (decimal): -5583475 or 9293226. OLE color: 9293226.

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

Color convert

RGB170205141-
CMYK0.1700.310.20
HSL92.81º39.02%67.84%-
HSV(B)92.81º31.22%80.39%-
XYZ43.2254.1333.37-
YUV187.24101.9115.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=32.95%
G=39.73%
B=27.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051410.1700.310.2092.8139.0267.84
HexAACD8D1101F145d2744
Octal252315215210372413547104
Binary101010101100110110001101100010111111010010111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACD8D; }

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

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

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

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

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

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

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

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