#A4CC86

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

Shades of Feijoa #A4CC86

Tints of Feijoa #A4CC86

Color information

#A4CC86 (or 0xA4CC86) is unknown color: approx Feijoa. HEX triplet: A4, CC and 86. RGB value is (164,204,134). Sum of RGB (Red+Green+Blue) = 164+204+134=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CC86 is #5B3379. Grayscale: #B8B8B8. Windows color (decimal): -5976954 or 8834212. OLE color: 8834212.

HSL color Cylindrical-coordinate representation of color #A4CC86: hue angle of 94.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4CC86 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB164204134-
CMYK0.2000.340.2
HSL94.29º40.7%66.27%-
HSV(B)94.29º34.31%80%-
XYZ41.2152.830.57-
YUV184.0699.75113.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 204 (80.08% from 255) = 40.64%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=32.67%
G=40.64%
B=26.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1642041340.2000.340.294.2940.766.27
HexA4CC8614022145e2942
Octal244314206240422413651102
Binary1010010011001100100001101010001000101010010111101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CC86; }

 p { color: rgb(164,204,134); }

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

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

 a { background-color: rgb(164,204,134); }

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

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

 span { border-color: rgb(164,204,134); }

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