#A4D88B

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

Shades of Feijoa #A4D88B

Tints of Feijoa #A4D88B

Color information

#A4D88B (or 0xA4D88B) is unknown color: approx Feijoa. HEX triplet: A4, D8 and 8B. RGB value is (164,216,139). Sum of RGB (Red+Green+Blue) = 164+216+139=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D88B is #5B2774. Grayscale: #BFBFBF. Windows color (decimal): -5973877 or 9164964. OLE color: 9164964.

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

Color convert

RGB164216139-
CMYK0.2400.360.15
HSL100.52º49.68%69.61%-
HSV(B)100.52º35.65%84.71%-
XYZ44.5358.8733.44-
YUV191.6798.27108.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 139 (54.69% from 255) = 26.78%
R=31.60%
G=41.62%
B=26.78%

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
Decimal1642161390.2400.360.15100.5249.6869.61
HexA4D88B18024F653246
Octal244330213300441714562106
Binary101001001101100010001011110000100100111111001011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D88B; }

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

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

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

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

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

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

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

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