#AAD47A

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

Shades of Feijoa #AAD47A

Tints of Feijoa #AAD47A

Color information

#AAD47A (or 0xAAD47A) is unknown color: approx Feijoa. HEX triplet: AA, D4 and 7A. RGB value is (170,212,122). Sum of RGB (Red+Green+Blue) = 170+212+122=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD47A is #552B85. Grayscale: #BDBDBD. Windows color (decimal): -5581702 or 8049834. OLE color: 8049834.

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

Color convert

RGB170212122-
CMYK0.2000.420.17
HSL88º51.14%65.49%-
HSV(B)88º42.45%83.14%-
XYZ43.6357.0427.12-
YUV189.1890.09114.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 212 (83.20% from 255) = 42.06%
BLUE value IS 122 (48.05% from 255) = 24.21%
R=33.73%
G=42.06%
B=24.21%

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
Decimal1702121220.2000.420.178851.1465.49
HexAAD47A1402A11583341
Octal252324172240522113063101
Binary101010101101010011110101010001010101000110110001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD47A; }

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

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

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

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

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

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

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

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