#A6DA8E

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

Shades of Feijoa #A6DA8E

Tints of Feijoa #A6DA8E

Color information

#A6DA8E (or 0xA6DA8E) is unknown color: approx Feijoa. HEX triplet: A6, DA and 8E. RGB value is (166,218,142). Sum of RGB (Red+Green+Blue) = 166+218+142=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DA8E is #592571. Grayscale: #C2C2C2. Windows color (decimal): -5842290 or 9362086. OLE color: 9362086.

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

Color convert

RGB166218142-
CMYK0.2400.350.15
HSL101.05º50.67%70.59%-
HSV(B)101.05º34.86%85.49%-
XYZ45.6860.234.8-
YUV193.7998.77108.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 218 (85.55% from 255) = 41.44%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=31.56%
G=41.44%
B=27.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662181420.2400.350.15101.0550.6770.59
HexA6DA8E18023F653347
Octal246332216300431714563107
Binary101001101101101010001110110000100011111111001011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DA8E; }

 p { color: rgb(166,218,142); }

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

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

 a { background-color: rgb(166,218,142); }

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

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

 span { border-color: rgb(166,218,142); }

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