#A5CB7A

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

Shades of Feijoa #A5CB7A

Tints of Feijoa #A5CB7A

Color information

#A5CB7A (or 0xA5CB7A) is unknown color: approx Feijoa. HEX triplet: A5, CB and 7A. RGB value is (165,203,122). Sum of RGB (Red+Green+Blue) = 165+203+122=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CB7A is #5A3485. Grayscale: #B6B6B6. Windows color (decimal): -5911686 or 8047525. OLE color: 8047525.

HSL color Cylindrical-coordinate representation of color #A5CB7A: hue angle of 88.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5CB7A is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB165203122-
CMYK0.1900.400.20
HSL88.15º43.78%63.73%-
HSV(B)88.15º39.9%79.61%-
XYZ40.3952.1226.34-
YUV182.493.91115.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=33.67%
G=41.43%
B=24.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031220.1900.400.2088.1543.7863.73
HexA5CB7A1302814582c40
Octal245313172230502413054100
Binary101001011100101111110101001101010001010010110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CB7A; }

 p { color: rgb(165,203,122); }

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

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

 a { background-color: rgb(165,203,122); }

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

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

 span { border-color: rgb(165,203,122); }

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