#A5CE87

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

Shades of Feijoa #A5CE87

Tints of Feijoa #A5CE87

Color information

#A5CE87 (or 0xA5CE87) is unknown color: approx Feijoa. HEX triplet: A5, CE and 87. RGB value is (165,206,135). Sum of RGB (Red+Green+Blue) = 165+206+135=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE87 is #5A3178. Grayscale: #B9B9B9. Windows color (decimal): -5910905 or 8900261. OLE color: 8900261.

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

Color convert

RGB165206135-
CMYK0.2000.340.19
HSL94.65º42.01%66.86%-
HSV(B)94.65º34.47%80.78%-
XYZ41.9653.8931.11-
YUV185.6599.42113.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=32.61%
G=40.71%
B=26.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652061350.2000.340.1994.6542.0166.86
HexA5CE8714022135f2a43
Octal245316207240422313752103
Binary1010010111001110100001111010001000101001110111111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CE87; }

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

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

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

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

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

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

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

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