#A4D87C

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

Shades of Feijoa #A4D87C

Tints of Feijoa #A4D87C

Color information

#A4D87C (or 0xA4D87C) is unknown color: approx Feijoa. HEX triplet: A4, D8 and 7C. RGB value is (164,216,124). Sum of RGB (Red+Green+Blue) = 164+216+124=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D87C is #5B2783. Grayscale: #BEBEBE. Windows color (decimal): -5973892 or 8181924. OLE color: 8181924.

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

Color convert

RGB164216124-
CMYK0.2400.430.15
HSL93.91º54.12%66.67%-
HSV(B)93.91º42.59%84.71%-
XYZ43.558.4628.06-
YUV189.9690.77109.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 124 (48.83% from 255) = 24.60%
R=32.54%
G=42.86%
B=24.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642161240.2400.430.1593.9154.1266.67
HexA4D87C1802BF5e3643
Octal244330174300531713666103
Binary10100100110110001111100110000101011111110111101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D87C; }

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

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

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

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

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

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

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

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