#A8D887

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

Shades of Feijoa #A8D887

Tints of Feijoa #A8D887

Color information

#A8D887 (or 0xA8D887) is unknown color: approx Feijoa. HEX triplet: A8, D8 and 87. RGB value is (168,216,135). Sum of RGB (Red+Green+Blue) = 168+216+135=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D887 is #572778. Grayscale: #C0C0C0. Windows color (decimal): -5711737 or 8902824. OLE color: 8902824.

HSL color Cylindrical-coordinate representation of color #A8D887: hue angle of 95.56º 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 #A8D887 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB168216135-
CMYK0.2200.380.15
HSL95.56º50.94%68.82%-
HSV(B)95.56º37.5%84.71%-
XYZ45.0859.1931.97-
YUV192.4195.6110.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 135 (53.12% from 255) = 26.01%
R=32.37%
G=41.62%
B=26.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682161350.2200.380.1595.5650.9468.82
HexA8D88716026F603345
Octal250330207260461714063105
Binary101010001101100010000111101100100110111111000001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D887; }

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

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

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

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

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

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

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

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