#A6D689

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

Shades of Feijoa #A6D689

Tints of Feijoa #A6D689

Color information

#A6D689 (or 0xA6D689) is unknown color: approx Feijoa. HEX triplet: A6, D6 and 89. RGB value is (166,214,137). Sum of RGB (Red+Green+Blue) = 166+214+137=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D689 is #592976. Grayscale: #BFBFBF. Windows color (decimal): -5843319 or 9033382. OLE color: 9033382.

HSL color Cylindrical-coordinate representation of color #A6D689: hue angle of 97.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6D689 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB166214137-
CMYK0.2200.360.16
HSL97.4º48.43%68.82%-
HSV(B)97.4º35.98%83.92%-
XYZ44.2958.0132.53-
YUV190.8797.6110.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 137 (53.91% from 255) = 26.50%
R=32.11%
G=41.39%
B=26.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662141370.2200.360.1697.448.4368.82
HexA6D6891602410613045
Octal246326211260442014160105
Binary1010011011010110100010011011001001001000011000011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D689; }

 p { color: rgb(166,214,137); }

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

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

 a { background-color: rgb(166,214,137); }

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

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

 span { border-color: rgb(166,214,137); }

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