#AAD17A

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

Shades of Feijoa #AAD17A

Tints of Feijoa #AAD17A

Color information

#AAD17A (or 0xAAD17A) is unknown color: approx Feijoa. HEX triplet: AA, D1 and 7A. RGB value is (170,209,122). Sum of RGB (Red+Green+Blue) = 170+209+122=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD17A is #552E85. Grayscale: #BBBBBB. Windows color (decimal): -5582470 or 8049066. OLE color: 8049066.

HSL color Cylindrical-coordinate representation of color #AAD17A: hue angle of 86.9º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAD17A is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB170209122-
CMYK0.1900.420.18
HSL86.9º48.6%64.9%-
HSV(B)86.9º41.63%81.96%-
XYZ42.8955.5526.87-
YUV187.4291.08115.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 209 (82.03% from 255) = 41.72%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=33.93%
G=41.72%
B=24.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702091220.1900.420.1886.948.664.9
HexAAD17A1302A12573141
Octal252321172230522212761101
Binary101010101101000111110101001101010101001010101111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD17A; }

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

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

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

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

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

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

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

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