#A4CA7D

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

Shades of Feijoa #A4CA7D

Tints of Feijoa #A4CA7D

Color information

#A4CA7D (or 0xA4CA7D) is unknown color: approx Feijoa. HEX triplet: A4, CA and 7D. RGB value is (164,202,125). Sum of RGB (Red+Green+Blue) = 164+202+125=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA7D is #5B3582. Grayscale: #B6B6B6. Windows color (decimal): -5977475 or 8243876. OLE color: 8243876.

HSL color Cylindrical-coordinate representation of color #A4CA7D: hue angle of 89.61º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4CA7D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB164202125-
CMYK0.1900.380.21
HSL89.61º42.08%64.12%-
HSV(B)89.61º38.12%79.22%-
XYZ40.1351.6127.25-
YUV181.8695.91115.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=33.40%
G=41.14%
B=25.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021250.1900.380.2189.6142.0864.12
HexA4CA7D13026155a2a40
Octal244312175230462513252100
Binary101001001100101011111011001101001101010110110101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA7D; }

 p { color: rgb(164,202,125); }

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

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

 a { background-color: rgb(164,202,125); }

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

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

 span { border-color: rgb(164,202,125); }

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