#A6D891

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

Shades of Feijoa #A6D891

Tints of Feijoa #A6D891

Color information

#A6D891 (or 0xA6D891) is unknown color: approx Feijoa. HEX triplet: A6, D8 and 91. RGB value is (166,216,145). Sum of RGB (Red+Green+Blue) = 166+216+145=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D891 is #59276E. Grayscale: #C1C1C1. Windows color (decimal): -5842799 or 9558182. OLE color: 9558182.

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

Color convert

RGB166216145-
CMYK0.2300.330.15
HSL102.25º47.65%70.78%-
HSV(B)102.25º32.87%84.71%-
XYZ45.3959.2635.83-
YUV192.96100.94108.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 145 (57.03% from 255) = 27.51%
R=31.50%
G=40.99%
B=27.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662161450.2300.330.15102.2547.6570.78
HexA6D89117021F663047
Octal246330221270411714660107
Binary101001101101100010010001101110100001111111001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D891; }

 p { color: rgb(166,216,145); }

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

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

 a { background-color: rgb(166,216,145); }

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

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

 span { border-color: rgb(166,216,145); }

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