#A5CA7C

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

Shades of Feijoa #A5CA7C

Tints of Feijoa #A5CA7C

Color information

#A5CA7C (or 0xA5CA7C) is unknown color: approx Feijoa. HEX triplet: A5, CA and 7C. RGB value is (165,202,124). Sum of RGB (Red+Green+Blue) = 165+202+124=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA7C is #5A3583. Grayscale: #B6B6B6. Windows color (decimal): -5911940 or 8178341. OLE color: 8178341.

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

Color convert

RGB165202124-
CMYK0.1800.390.21
HSL88.46º42.39%63.92%-
HSV(B)88.46º38.61%79.22%-
XYZ40.2851.726.92-
YUV182.0495.24115.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=33.60%
G=41.14%
B=25.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021240.1800.390.2188.4642.3963.92
HexA5CA7C1202715582a40
Octal245312174220472513052100
Binary101001011100101011111001001001001111010110110001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA7C; }

 p { color: rgb(165,202,124); }

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

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

 a { background-color: rgb(165,202,124); }

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

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

 span { border-color: rgb(165,202,124); }

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