#A4CE86

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

Shades of Feijoa #A4CE86

Tints of Feijoa #A4CE86

Color information

#A4CE86 (or 0xA4CE86) is unknown color: approx Feijoa. HEX triplet: A4, CE and 86. RGB value is (164,206,134). Sum of RGB (Red+Green+Blue) = 164+206+134=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE86 is #5B3179. Grayscale: #B9B9B9. Windows color (decimal): -5976442 or 8834724. OLE color: 8834724.

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

Color convert

RGB164206134-
CMYK0.2000.350.19
HSL95º42.35%66.67%-
HSV(B)95º34.95%80.78%-
XYZ41.6853.7630.73-
YUV185.2399.09112.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 134 (52.73% from 255) = 26.59%
R=32.54%
G=40.87%
B=26.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061340.2000.350.199542.3566.67
HexA4CE8614023135f2a43
Octal244316206240432313752103
Binary1010010011001110100001101010001000111001110111111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CE86; }

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

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

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

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

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

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

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

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