#A7D386

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

Shades of Feijoa #A7D386

Tints of Feijoa #A7D386

Color information

#A7D386 (or 0xA7D386) is unknown color: approx Feijoa. HEX triplet: A7, D3 and 86. RGB value is (167,211,134). Sum of RGB (Red+Green+Blue) = 167+211+134=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D386 is #582C79. Grayscale: #BDBDBD. Windows color (decimal): -5778554 or 8836007. OLE color: 8836007.

HSL color Cylindrical-coordinate representation of color #A7D386: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7D386 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB167211134-
CMYK0.2100.360.17
HSL94.29º46.67%67.65%-
HSV(B)94.29º36.49%82.75%-
XYZ43.5356.5331.17-
YUV189.0796.92112.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=32.62%
G=41.21%
B=26.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1672111340.2100.360.1794.2946.6767.65
HexA7D38615024115e2f44
Octal247323206250442113657104
Binary1010011111010011100001101010101001001000110111101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D386; }

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

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

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

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

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

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

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

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