#A5D890

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

Shades of Feijoa #A5D890

Tints of Feijoa #A5D890

Color information

#A5D890 (or 0xA5D890) is unknown color: approx Feijoa. HEX triplet: A5, D8 and 90. RGB value is (165,216,144). Sum of RGB (Red+Green+Blue) = 165+216+144=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D890 is #5A276F. Grayscale: #C0C0C0. Windows color (decimal): -5908336 or 9492645. OLE color: 9492645.

HSL color Cylindrical-coordinate representation of color #A5D890: hue angle of 102.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5D890 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB165216144-
CMYK0.2400.330.15
HSL102.5º48%70.59%-
HSV(B)102.5º33.33%84.71%-
XYZ45.1159.1235.42-
YUV192.54100.6108.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 216 (84.77% from 255) = 41.14%
BLUE value IS 144 (56.64% from 255) = 27.43%
R=31.43%
G=41.14%
B=27.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161440.2400.330.15102.54870.59
HexA5D89018021F663047
Octal245330220300411714660107
Binary101001011101100010010000110000100001111111001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D890; }

 p { color: rgb(165,216,144); }

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

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

 a { background-color: rgb(165,216,144); }

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

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

 span { border-color: rgb(165,216,144); }

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