#AAD47F

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

Shades of Feijoa #AAD47F

Tints of Feijoa #AAD47F

Color information

#AAD47F (or 0xAAD47F) is unknown color: approx Feijoa. HEX triplet: AA, D4 and 7F. RGB value is (170,212,127). Sum of RGB (Red+Green+Blue) = 170+212+127=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD47F is #552B80. Grayscale: #BEBEBE. Windows color (decimal): -5581697 or 8377514. OLE color: 8377514.

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

Color convert

RGB170212127-
CMYK0.2000.400.17
HSL89.65º49.71%66.47%-
HSV(B)89.65º40.09%83.14%-
XYZ43.9557.1728.8-
YUV189.7592.59113.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 127 (50% from 255) = 24.95%
R=33.40%
G=41.65%
B=24.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702121270.2000.400.1789.6549.7166.47
HexAAD47F14028115a3242
Octal252324177240502113262102
Binary101010101101010011111111010001010001000110110101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD47F; }

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

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

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

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

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

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

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

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