#A4C785

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

Shades of Feijoa #A4C785

Tints of Feijoa #A4C785

Color information

#A4C785 (or 0xA4C785) is unknown color: approx Feijoa. HEX triplet: A4, C7 and 85. RGB value is (164,199,133). Sum of RGB (Red+Green+Blue) = 164+199+133=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C785 is #5B387A. Grayscale: #B5B5B5. Windows color (decimal): -5978235 or 8767396. OLE color: 8767396.

HSL color Cylindrical-coordinate representation of color #A4C785: hue angle of 91.82º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4C785 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB164199133-
CMYK0.1800.330.22
HSL91.82º37.08%65.1%-
HSV(B)91.82º33.17%78.04%-
XYZ39.9750.4329.82-
YUV181.01100.9115.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 199 (78.12% from 255) = 40.12%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=33.06%
G=40.12%
B=26.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641991330.1800.330.2291.8237.0865.1
HexA4C78512021165c2541
Octal244307205220412613445101
Binary1010010011000111100001011001001000011011010111001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C785; }

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

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

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

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

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

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

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

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