#A5D886

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

Shades of Feijoa #A5D886

Tints of Feijoa #A5D886

Color information

#A5D886 (or 0xA5D886) is unknown color: approx Feijoa. HEX triplet: A5, D8 and 86. RGB value is (165,216,134). Sum of RGB (Red+Green+Blue) = 165+216+134=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D886 is #5A2779. Grayscale: #BFBFBF. Windows color (decimal): -5908346 or 8837285. OLE color: 8837285.

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

Color convert

RGB165216134-
CMYK0.2400.380.15
HSL97.32º51.25%68.63%-
HSV(B)97.32º37.96%84.71%-
XYZ44.3858.8331.57-
YUV191.495.6109.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=32.04%
G=41.94%
B=26.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161340.2400.380.1597.3251.2568.63
HexA5D88618026F613345
Octal245330206300461714163105
Binary101001011101100010000110110000100110111111000011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D886; }

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

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

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

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

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

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

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

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