#A5DA8B

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

Shades of Feijoa #A5DA8B

Tints of Feijoa #A5DA8B

Color information

#A5DA8B (or 0xA5DA8B) is unknown color: approx Feijoa. HEX triplet: A5, DA and 8B. RGB value is (165,218,139). Sum of RGB (Red+Green+Blue) = 165+218+139=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DA8B is #5A2574. Grayscale: #C1C1C1. Windows color (decimal): -5907829 or 9165477. OLE color: 9165477.

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

Color convert

RGB165218139-
CMYK0.2400.360.15
HSL100.25º51.63%70%-
HSV(B)100.25º36.24%85.49%-
XYZ45.2560.0133.62-
YUV193.1597.44107.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 218 (85.55% from 255) = 41.76%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=31.61%
G=41.76%
B=26.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181390.2400.360.15100.2551.6370
HexA5DA8B18024F643446
Octal245332213300441714464106
Binary101001011101101010001011110000100100111111001001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DA8B; }

 p { color: rgb(165,218,139); }

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

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

 a { background-color: rgb(165,218,139); }

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

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

 span { border-color: rgb(165,218,139); }

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