#A7DA86

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

Shades of Feijoa #A7DA86

Tints of Feijoa #A7DA86

Color information

#A7DA86 (or 0xA7DA86) is unknown color: approx Feijoa. HEX triplet: A7, DA and 86. RGB value is (167,218,134). Sum of RGB (Red+Green+Blue) = 167+218+134=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DA86 is #582579. Grayscale: #C1C1C1. Windows color (decimal): -5776762 or 8837799. OLE color: 8837799.

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

Color convert

RGB167218134-
CMYK0.2300.390.15
HSL96.43º53.16%69.02%-
HSV(B)96.43º38.53%85.49%-
XYZ45.3160.0831.76-
YUV193.1894.6109.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 218 (85.55% from 255) = 42.00%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=32.18%
G=42.00%
B=25.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672181340.2300.390.1596.4353.1669.02
HexA7DA8617027F603545
Octal247332206270471714065105
Binary101001111101101010000110101110100111111111000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DA86; }

 p { color: rgb(167,218,134); }

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

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

 a { background-color: rgb(167,218,134); }

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

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

 span { border-color: rgb(167,218,134); }

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