#A7DB87

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

Shades of Feijoa #A7DB87

Tints of Feijoa #A7DB87

Color information

#A7DB87 (or 0xA7DB87) is unknown color: approx Feijoa. HEX triplet: A7, DB and 87. RGB value is (167,219,135). Sum of RGB (Red+Green+Blue) = 167+219+135=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DB87 is #582478. Grayscale: #C2C2C2. Windows color (decimal): -5776505 or 8903591. OLE color: 8903591.

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

Color convert

RGB167219135-
CMYK0.2400.380.14
HSL97.14º53.85%69.41%-
HSV(B)97.14º38.36%85.88%-
XYZ45.6460.6332.22-
YUV193.8894.77108.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 135 (53.12% from 255) = 25.91%
R=32.05%
G=42.03%
B=25.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672191350.2400.380.1497.1453.8569.41
HexA7DB8718026E613645
Octal247333207300461614166105
Binary101001111101101110000111110000100110111011000011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DB87; }

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

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

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

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

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

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

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

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