#A8D890

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

Shades of Feijoa #A8D890

Tints of Feijoa #A8D890

Color information

#A8D890 (or 0xA8D890) is unknown color: approx Feijoa. HEX triplet: A8, D8 and 90. RGB value is (168,216,144). Sum of RGB (Red+Green+Blue) = 168+216+144=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D890 is #57276F. Grayscale: #C1C1C1. Windows color (decimal): -5711728 or 9492648. OLE color: 9492648.

HSL color Cylindrical-coordinate representation of color #A8D890: hue angle of 100º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D890 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB168216144-
CMYK0.2200.330.15
HSL100º48%70.59%-
HSV(B)100º33.33%84.71%-
XYZ45.7459.4535.45-
YUV193.44100.1109.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=31.82%
G=40.91%
B=27.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682161440.2200.330.151004870.59
HexA8D89016021F643047
Octal250330220260411714460107
Binary101010001101100010010000101100100001111111001001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D890; }

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

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

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

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

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

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

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

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