#A5CD87

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

Shades of Feijoa #A5CD87

Tints of Feijoa #A5CD87

Color information

#A5CD87 (or 0xA5CD87) is unknown color: approx Feijoa. HEX triplet: A5, CD and 87. RGB value is (165,205,135). Sum of RGB (Red+Green+Blue) = 165+205+135=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CD87 is #5A3278. Grayscale: #B9B9B9. Windows color (decimal): -5911161 or 8900005. OLE color: 8900005.

HSL color Cylindrical-coordinate representation of color #A5CD87: hue angle of 94.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5CD87 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB165205135-
CMYK0.2000.340.20
HSL94.29º41.18%66.67%-
HSV(B)94.29º34.15%80.39%-
XYZ41.7253.4131.03-
YUV185.0699.75113.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=32.67%
G=40.59%
B=26.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652051350.2000.340.2094.2941.1866.67
HexA5CD8714022145e2943
Octal245315207240422413651103
Binary1010010111001101100001111010001000101010010111101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD87; }

 p { color: rgb(165,205,135); }

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

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

 a { background-color: rgb(165,205,135); }

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

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

 span { border-color: rgb(165,205,135); }

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