#A6DB84

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

Shades of Feijoa #A6DB84

Tints of Feijoa #A6DB84

Color information

#A6DB84 (or 0xA6DB84) is unknown color: approx Feijoa. HEX triplet: A6, DB and 84. RGB value is (166,219,132). Sum of RGB (Red+Green+Blue) = 166+219+132=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DB84 is #59247B. Grayscale: #C1C1C1. Windows color (decimal): -5842044 or 8706982. OLE color: 8706982.

HSL color Cylindrical-coordinate representation of color #A6DB84: hue angle of 96.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6DB84 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB166219132-
CMYK0.2400.400.14
HSL96.55º54.72%68.82%-
HSV(B)96.55º39.73%85.88%-
XYZ45.2260.4431.11-
YUV193.2493.44108.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 219 (85.94% from 255) = 42.36%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=32.11%
G=42.36%
B=25.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662191320.2400.400.1496.5554.7268.82
HexA6DB8418028E613745
Octal246333204300501614167105
Binary101001101101101110000100110000101000111011000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DB84; }

 p { color: rgb(166,219,132); }

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

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

 a { background-color: rgb(166,219,132); }

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

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

 span { border-color: rgb(166,219,132); }

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