#A7D46C

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

Shades of Feijoa #A7D46C

Tints of Feijoa #A7D46C

Color information

#A7D46C (or 0xA7D46C) is unknown color: approx Feijoa. HEX triplet: A7, D4 and 6C. RGB value is (167,212,108). Sum of RGB (Red+Green+Blue) = 167+212+108=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #A7D46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D46C is #582B93. Grayscale: #BBBBBB. Windows color (decimal): -5778324 or 7132327. OLE color: 7132327.

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

Color convert

RGB167212108-
CMYK0.2100.490.17
HSL85.96º54.74%62.75%-
HSV(B)85.96º49.06%83.14%-
XYZ42.1956.3922.85-
YUV186.6983.59113.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 212 (83.20% from 255) = 43.53%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=34.29%
G=43.53%
B=22.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1672121080.2100.490.1785.9654.7462.75
HexA7D46C150311156373f
Octal24732415425061211266777
Binary10100111110101001101100101010110001100011010110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D46C; }

 p { color: rgb(167,212,108); }

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

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

 a { background-color: rgb(167,212,108); }

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

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

 span { border-color: rgb(167,212,108); }

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