#A4D78A

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

Shades of Feijoa #A4D78A

Tints of Feijoa #A4D78A

Color information

#A4D78A (or 0xA4D78A) is unknown color: approx Feijoa. HEX triplet: A4, D7 and 8A. RGB value is (164,215,138). Sum of RGB (Red+Green+Blue) = 164+215+138=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D78A is #5B2875. Grayscale: #BFBFBF. Windows color (decimal): -5974134 or 9099172. OLE color: 9099172.

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

Color convert

RGB164215138-
CMYK0.2400.360.16
HSL99.74º49.04%69.22%-
HSV(B)99.74º35.81%84.31%-
XYZ44.258.3332.97-
YUV190.9798.1108.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.72%
GREEN value IS 215 (84.38% from 255) = 41.59%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=31.72%
G=41.59%
B=26.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642151380.2400.360.1699.7449.0469.22
HexA4D78A1802410643145
Octal244327212300442014461105
Binary1010010011010111100010101100001001001000011001001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D78A; }

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

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

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

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

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

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

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

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