#A6DD8E

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

Shades of Feijoa #A6DD8E

Tints of Feijoa #A6DD8E

Color information

#A6DD8E (or 0xA6DD8E) is unknown color: approx Feijoa. HEX triplet: A6, DD and 8E. RGB value is (166,221,142). Sum of RGB (Red+Green+Blue) = 166+221+142=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DD8E is #592271. Grayscale: #C3C3C3. Windows color (decimal): -5841522 or 9362854. OLE color: 9362854.

HSL color Cylindrical-coordinate representation of color #A6DD8E: hue angle of 101.77º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6DD8E is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB166221142-
CMYK0.2500.360.13
HSL101.77º53.74%71.18%-
HSV(B)101.77º35.75%86.67%-
XYZ46.4661.7735.07-
YUV195.5597.78106.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=31.38%
G=41.78%
B=26.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662211420.2500.360.13101.7753.7471.18
HexA6DD8E19024D663647
Octal246335216310441514666107
Binary101001101101110110001110110010100100110111001101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD8E; }

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

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

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

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

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

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

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

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