#A4D88A

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

Shades of Feijoa #A4D88A

Tints of Feijoa #A4D88A

Color information

#A4D88A (or 0xA4D88A) is unknown color: approx Feijoa. HEX triplet: A4, D8 and 8A. RGB value is (164,216,138). Sum of RGB (Red+Green+Blue) = 164+216+138=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D88A is #5B2775. Grayscale: #BFBFBF. Windows color (decimal): -5973878 or 9099428. OLE color: 9099428.

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

Color convert

RGB164216138-
CMYK0.2400.360.15
HSL100º50%69.41%-
HSV(B)100º36.11%84.71%-
XYZ44.4558.8433.06-
YUV191.5697.77108.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=31.66%
G=41.70%
B=26.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642161380.2400.360.151005069.41
HexA4D88A18024F643245
Octal244330212300441714462105
Binary101001001101100010001010110000100100111111001001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D88A; }

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

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

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

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

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

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

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

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