#A4DB76

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

Shades of Feijoa #A4DB76

Tints of Feijoa #A4DB76

Color information

#A4DB76 (or 0xA4DB76) is unknown color: approx Feijoa. HEX triplet: A4, DB and 76. RGB value is (164,219,118). Sum of RGB (Red+Green+Blue) = 164+219+118=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB76 is #5B2489. Grayscale: #BFBFBF. Windows color (decimal): -5973130 or 7789476. OLE color: 7789476.

HSL color Cylindrical-coordinate representation of color #A4DB76: hue angle of 92.67º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4DB76 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB164219118-
CMYK0.2500.460.14
HSL92.67º58.38%66.08%-
HSV(B)92.67º46.12%85.88%-
XYZ43.9159.8626.38-
YUV191.0486.78108.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=32.73%
G=43.71%
B=23.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191180.2500.460.1492.6758.3866.08
HexA4DB761902EE5d3a42
Octal244333166310561613572102
Binary10100100110110111110110110010101110111010111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DB76; }

 p { color: rgb(164,219,118); }

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

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

 a { background-color: rgb(164,219,118); }

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

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

 span { border-color: rgb(164,219,118); }

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