#A7DB8F

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

Shades of Feijoa #A7DB8F

Tints of Feijoa #A7DB8F

Color information

#A7DB8F (or 0xA7DB8F) is unknown color: approx Feijoa. HEX triplet: A7, DB and 8F. RGB value is (167,219,143). Sum of RGB (Red+Green+Blue) = 167+219+143=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DB8F is #582470. Grayscale: #C3C3C3. Windows color (decimal): -5776497 or 9427879. OLE color: 9427879.

HSL color Cylindrical-coordinate representation of color #A7DB8F: hue angle of 101.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7DB8F is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB167219143-
CMYK0.2400.350.14
HSL101.05º51.35%70.98%-
HSV(B)101.05º34.7%85.88%-
XYZ46.2360.8635.3-
YUV194.7998.77108.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 219 (85.94% from 255) = 41.40%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=31.57%
G=41.40%
B=27.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672191430.2400.350.14101.0551.3570.98
HexA7DB8F18023E653347
Octal247333217300431614563107
Binary101001111101101110001111110000100011111011001011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DB8F; }

 p { color: rgb(167,219,143); }

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

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

 a { background-color: rgb(167,219,143); }

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

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

 span { border-color: rgb(167,219,143); }

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