#A7DB88

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

Shades of Feijoa #A7DB88

Tints of Feijoa #A7DB88

Color information

#A7DB88 (or 0xA7DB88) is unknown color: approx Feijoa. HEX triplet: A7, DB and 88. RGB value is (167,219,136). Sum of RGB (Red+Green+Blue) = 167+219+136=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DB88 is #582477. Grayscale: #C2C2C2. Windows color (decimal): -5776504 or 8969127. OLE color: 8969127.

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

Color convert

RGB167219136-
CMYK0.2400.380.14
HSL97.59º53.55%69.61%-
HSV(B)97.59º37.9%85.88%-
XYZ45.7160.6632.59-
YUV193.9995.27108.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.99%
GREEN value IS 219 (85.94% from 255) = 41.95%
BLUE value IS 136 (53.52% from 255) = 26.05%
R=31.99%
G=41.95%
B=26.05%

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
Decimal1672191360.2400.380.1497.5953.5569.61
HexA7DB8818026E623646
Octal247333210300461614266106
Binary101001111101101110001000110000100110111011000101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DB88; }

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

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

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

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

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

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

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

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