#A6D86F

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

Shades of Feijoa #A6D86F

Tints of Feijoa #A6D86F

Color information

#A6D86F (or 0xA6D86F) is unknown color: approx Feijoa. HEX triplet: A6, D8 and 6F. RGB value is (166,216,111). Sum of RGB (Red+Green+Blue) = 166+216+111=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D86F is #592790. Grayscale: #BDBDBD. Windows color (decimal): -5842833 or 7329958. OLE color: 7329958.

HSL color Cylindrical-coordinate representation of color #A6D86F: hue angle of 88.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6D86F is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB166216111-
CMYK0.2300.490.15
HSL88.57º57.38%64.12%-
HSV(B)88.57º48.61%84.71%-
XYZ43.1558.3724.03-
YUV189.0883.94111.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 216 (84.77% from 255) = 43.81%
BLUE value IS 111 (43.75% from 255) = 22.52%
R=33.67%
G=43.81%
B=22.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662161110.2300.490.1588.5757.3864.12
HexA6D86F17031F593940
Octal246330157270611713171100
Binary10100110110110001101111101110110001111110110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D86F; }

 p { color: rgb(166,216,111); }

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

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

 a { background-color: rgb(166,216,111); }

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

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

 span { border-color: rgb(166,216,111); }

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