#A4C985

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

Shades of Feijoa #A4C985

Tints of Feijoa #A4C985

Color information

#A4C985 (or 0xA4C985) is unknown color: approx Feijoa. HEX triplet: A4, C9 and 85. RGB value is (164,201,133). Sum of RGB (Red+Green+Blue) = 164+201+133=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C985 is #5B367A. Grayscale: #B6B6B6. Windows color (decimal): -5977723 or 8767908. OLE color: 8767908.

HSL color Cylindrical-coordinate representation of color #A4C985: hue angle of 92.65º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4C985 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB164201133-
CMYK0.1800.340.21
HSL92.65º38.64%65.49%-
HSV(B)92.65º33.83%78.82%-
XYZ40.4351.3629.97-
YUV182.18100.24115.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 201 (78.91% from 255) = 40.36%
BLUE value IS 133 (52.34% from 255) = 26.71%
R=32.93%
G=40.36%
B=26.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642011330.1800.340.2192.6538.6465.49
HexA4C98512022155d2741
Octal244311205220422513547101
Binary1010010011001001100001011001001000101010110111011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C985; }

 p { color: rgb(164,201,133); }

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

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

 a { background-color: rgb(164,201,133); }

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

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

 span { border-color: rgb(164,201,133); }

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