#A6CF86

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

Shades of Feijoa #A6CF86

Tints of Feijoa #A6CF86

Color information

#A6CF86 (or 0xA6CF86) is unknown color: approx Feijoa. HEX triplet: A6, CF and 86. RGB value is (166,207,134). Sum of RGB (Red+Green+Blue) = 166+207+134=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CF86 is #593079. Grayscale: #BABABA. Windows color (decimal): -5845114 or 8834982. OLE color: 8834982.

HSL color Cylindrical-coordinate representation of color #A6CF86: hue angle of 93.7º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6CF86 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB166207134-
CMYK0.2000.350.19
HSL93.7º43.2%66.86%-
HSV(B)93.7º35.27%81.18%-
XYZ42.3454.4530.83-
YUV186.4298.42113.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 207 (81.25% from 255) = 40.83%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=32.74%
G=40.83%
B=26.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662071340.2000.350.1993.743.266.86
HexA6CF8614023135e2b43
Octal246317206240432313653103
Binary1010011011001111100001101010001000111001110111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF86; }

 p { color: rgb(166,207,134); }

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

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

 a { background-color: rgb(166,207,134); }

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

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

 span { border-color: rgb(166,207,134); }

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