#A6D87C

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

Shades of Feijoa #A6D87C

Tints of Feijoa #A6D87C

Color information

#A6D87C (or 0xA6D87C) is unknown color: approx Feijoa. HEX triplet: A6, D8 and 7C. RGB value is (166,216,124). Sum of RGB (Red+Green+Blue) = 166+216+124=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D87C is #592783. Grayscale: #BEBEBE. Windows color (decimal): -5842820 or 8181926. OLE color: 8181926.

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

Color convert

RGB166216124-
CMYK0.2300.430.15
HSL92.61º54.12%66.67%-
HSV(B)92.61º42.59%84.71%-
XYZ43.9258.6728.08-
YUV190.5690.44110.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 216 (84.77% from 255) = 42.69%
BLUE value IS 124 (48.83% from 255) = 24.51%
R=32.81%
G=42.69%
B=24.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662161240.2300.430.1592.6154.1266.67
HexA6D87C1702BF5d3643
Octal246330174270531713566103
Binary10100110110110001111100101110101011111110111011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D87C; }

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

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

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

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

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

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

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

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