#A5D887

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

Shades of Feijoa #A5D887

Tints of Feijoa #A5D887

Color information

#A5D887 (or 0xA5D887) is unknown color: approx Feijoa. HEX triplet: A5, D8 and 87. RGB value is (165,216,135). Sum of RGB (Red+Green+Blue) = 165+216+135=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #A5D887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D887 is #5A2778. Grayscale: #BFBFBF. Windows color (decimal): -5908345 or 8902821. OLE color: 8902821.

HSL color Cylindrical-coordinate representation of color #A5D887: hue angle of 97.78º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5D887 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB165216135-
CMYK0.2400.380.15
HSL97.78º50.94%68.82%-
HSV(B)97.78º37.5%84.71%-
XYZ44.4558.8631.94-
YUV191.5296.1109.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 216 (84.77% from 255) = 41.86%
BLUE value IS 135 (53.12% from 255) = 26.16%
R=31.98%
G=41.86%
B=26.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652161350.2400.380.1597.7850.9468.82
HexA5D88718026F623345
Octal245330207300461714263105
Binary101001011101100010000111110000100110111111000101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D887; }

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

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

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

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

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

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

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

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