#A6DA8D

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

Shades of Feijoa #A6DA8D

Tints of Feijoa #A6DA8D

Color information

#A6DA8D (or 0xA6DA8D) is unknown color: approx Feijoa. HEX triplet: A6, DA and 8D. RGB value is (166,218,141). Sum of RGB (Red+Green+Blue) = 166+218+141=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DA8D is #592572. Grayscale: #C1C1C1. Windows color (decimal): -5842291 or 9296550. OLE color: 9296550.

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

Color convert

RGB166218141-
CMYK0.2400.350.15
HSL100.52º50.99%70.39%-
HSV(B)100.52º35.32%85.49%-
XYZ45.6160.1734.41-
YUV193.6798.27108.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 218 (85.55% from 255) = 41.52%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=31.62%
G=41.52%
B=26.86%

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
Decimal1662181410.2400.350.15100.5250.9970.39
HexA6DA8D18023F653346
Octal246332215300431714563106
Binary101001101101101010001101110000100011111111001011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DA8D; }

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

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

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

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

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

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

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

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