#A7D687

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

Shades of Feijoa #A7D687

Tints of Feijoa #A7D687

Color information

#A7D687 (or 0xA7D687) is unknown color: approx Feijoa. HEX triplet: A7, D6 and 87. RGB value is (167,214,135). Sum of RGB (Red+Green+Blue) = 167+214+135=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D687 is #582978. Grayscale: #BFBFBF. Windows color (decimal): -5777785 or 8902311. OLE color: 8902311.

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

Color convert

RGB167214135-
CMYK0.2200.370.16
HSL95.7º49.07%68.43%-
HSV(B)95.7º36.92%83.92%-
XYZ44.3658.0631.79-
YUV190.9496.43110.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 214 (83.98% from 255) = 41.47%
BLUE value IS 135 (53.12% from 255) = 26.16%
R=32.36%
G=41.47%
B=26.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672141350.2200.370.1695.749.0768.43
HexA7D6871602510603144
Octal247326207260452014061104
Binary1010011111010110100001111011001001011000011000001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D687; }

 p { color: rgb(167,214,135); }

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

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

 a { background-color: rgb(167,214,135); }

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

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

 span { border-color: rgb(167,214,135); }

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