#AAD58A

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

Shades of Feijoa #AAD58A

Tints of Feijoa #AAD58A

Color information

#AAD58A (or 0xAAD58A) is unknown color: approx Feijoa. HEX triplet: AA, D5 and 8A. RGB value is (170,213,138). Sum of RGB (Red+Green+Blue) = 170+213+138=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD58A is #552A75. Grayscale: #BFBFBF. Windows color (decimal): -5581430 or 9098666. OLE color: 9098666.

HSL color Cylindrical-coordinate representation of color #AAD58A: hue angle of 94.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAD58A is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB170213138-
CMYK0.2000.350.16
HSL94.4º47.17%68.82%-
HSV(B)94.4º35.21%83.53%-
XYZ44.9657.9732.86-
YUV191.5997.75112.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 213 (83.59% from 255) = 40.88%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=32.63%
G=40.88%
B=26.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131380.2000.350.1694.447.1768.82
HexAAD58A14023105e2f45
Octal252325212240432013657105
Binary1010101011010101100010101010001000111000010111101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD58A; }

 p { color: rgb(170,213,138); }

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

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

 a { background-color: rgb(170,213,138); }

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

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

 span { border-color: rgb(170,213,138); }

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