#A7D786

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

Shades of Feijoa #A7D786

Tints of Feijoa #A7D786

Color information

#A7D786 (or 0xA7D786) is unknown color: approx Feijoa. HEX triplet: A7, D7 and 86. RGB value is (167,215,134). Sum of RGB (Red+Green+Blue) = 167+215+134=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D786 is #582879. Grayscale: #BFBFBF. Windows color (decimal): -5777530 or 8837031. OLE color: 8837031.

HSL color Cylindrical-coordinate representation of color #A7D786: hue angle of 95.56º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7D786 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB167215134-
CMYK0.2200.380.16
HSL95.56º50.31%68.43%-
HSV(B)95.56º37.67%84.31%-
XYZ44.5458.5431.51-
YUV191.4195.6110.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 215 (84.38% from 255) = 41.67%
BLUE value IS 134 (52.73% from 255) = 25.97%
R=32.36%
G=41.67%
B=25.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672151340.2200.380.1695.5650.3168.43
HexA7D7861602610603244
Octal247327206260462014062104
Binary1010011111010111100001101011001001101000011000001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D786; }

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

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

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

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

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

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

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

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