#A4CE84

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

Shades of Feijoa #A4CE84

Tints of Feijoa #A4CE84

Color information

#A4CE84 (or 0xA4CE84) is unknown color: approx Feijoa. HEX triplet: A4, CE and 84. RGB value is (164,206,132). Sum of RGB (Red+Green+Blue) = 164+206+132=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE84 is #5B317B. Grayscale: #B9B9B9. Windows color (decimal): -5976444 or 8703652. OLE color: 8703652.

HSL color Cylindrical-coordinate representation of color #A4CE84: hue angle of 94.05º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4CE84 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB164206132-
CMYK0.2000.360.19
HSL94.05º43.02%66.27%-
HSV(B)94.05º35.92%80.78%-
XYZ41.5553.730.01-
YUV185.0198.09113.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 206 (80.86% from 255) = 41.04%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=32.67%
G=41.04%
B=26.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061320.2000.360.1994.0543.0266.27
HexA4CE8414024135e2b42
Octal244316204240442313653102
Binary1010010011001110100001001010001001001001110111101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CE84; }

 p { color: rgb(164,206,132); }

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

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

 a { background-color: rgb(164,206,132); }

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

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

 span { border-color: rgb(164,206,132); }

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