#A6D86E

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

Shades of Feijoa #A6D86E

Tints of Feijoa #A6D86E

Color information

#A6D86E (or 0xA6D86E) is unknown color: approx Feijoa. HEX triplet: A6, D8 and 6E. RGB value is (166,216,110). Sum of RGB (Red+Green+Blue) = 166+216+110=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D86E is #592791. Grayscale: #BDBDBD. Windows color (decimal): -5842834 or 7264422. OLE color: 7264422.

HSL color Cylindrical-coordinate representation of color #A6D86E: hue angle of 88.3º degrees, saturation: 0.58, 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 #A6D86E is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB166216110-
CMYK0.2300.490.15
HSL88.3º57.61%63.92%-
HSV(B)88.3º49.07%84.71%-
XYZ43.158.3423.74-
YUV188.9783.44111.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 110 (43.36% from 255) = 22.36%
R=33.74%
G=43.90%
B=22.36%

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
Decimal1662161100.2300.490.1588.357.6163.92
HexA6D86E17031F583a40
Octal246330156270611713072100
Binary10100110110110001101110101110110001111110110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D86E; }

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

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

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

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

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

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

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

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