#AAD47C

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

Shades of Feijoa #AAD47C

Tints of Feijoa #AAD47C

Color information

#AAD47C (or 0xAAD47C) is unknown color: approx Feijoa. HEX triplet: AA, D4 and 7C. RGB value is (170,212,124). Sum of RGB (Red+Green+Blue) = 170+212+124=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD47C is #552B83. Grayscale: #BDBDBD. Windows color (decimal): -5581700 or 8180906. OLE color: 8180906.

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

Color convert

RGB170212124-
CMYK0.2000.420.17
HSL88.64º50.57%65.88%-
HSV(B)88.64º41.51%83.14%-
XYZ43.7657.0927.78-
YUV189.4191.09114.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=33.60%
G=41.90%
B=24.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702121240.2000.420.1788.6450.5765.88
HexAAD47C1402A11593342
Octal252324174240522113163102
Binary101010101101010011111001010001010101000110110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD47C; }

 p { color: rgb(170,212,124); }

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

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

 a { background-color: rgb(170,212,124); }

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

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

 span { border-color: rgb(170,212,124); }

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