#A4D76D

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

Shades of Feijoa #A4D76D

Tints of Feijoa #A4D76D

Color information

#A4D76D (or 0xA4D76D) is unknown color: approx Feijoa. HEX triplet: A4, D7 and 6D. RGB value is (164,215,109). Sum of RGB (Red+Green+Blue) = 164+215+109=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D76D is #5B2892. Grayscale: #BCBCBC. Windows color (decimal): -5974163 or 7198628. OLE color: 7198628.

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

Color convert

RGB164215109-
CMYK0.2400.490.16
HSL88.87º56.99%63.53%-
HSV(B)88.87º49.3%84.31%-
XYZ42.3757.623.35-
YUV187.6783.6111.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=33.61%
G=44.06%
B=22.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642151090.2400.490.1688.8756.9963.53
HexA4D76D1803110593940
Octal244327155300612013171100
Binary101001001101011111011011100001100011000010110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D76D; }

 p { color: rgb(164,215,109); }

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

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

 a { background-color: rgb(164,215,109); }

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

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

 span { border-color: rgb(164,215,109); }

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