#A8D686

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

Shades of Feijoa #A8D686

Tints of Feijoa #A8D686

Color information

#A8D686 (or 0xA8D686) is unknown color: approx Feijoa. HEX triplet: A8, D6 and 86. RGB value is (168,214,134). Sum of RGB (Red+Green+Blue) = 168+214+134=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D686 is #572979. Grayscale: #BFBFBF. Windows color (decimal): -5712250 or 8836776. OLE color: 8836776.

HSL color Cylindrical-coordinate representation of color #A8D686: hue angle of 94.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8D686 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB168214134-
CMYK0.2100.370.16
HSL94.5º49.38%68.24%-
HSV(B)94.5º37.38%83.92%-
XYZ44.558.1431.43-
YUV191.1395.76111.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 214 (83.98% from 255) = 41.47%
BLUE value IS 134 (52.73% from 255) = 25.97%
R=32.56%
G=41.47%
B=25.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141340.2100.370.1694.549.3868.24
HexA8D68615025105e3144
Octal250326206250452013661104
Binary1010100011010110100001101010101001011000010111101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D686; }

 p { color: rgb(168,214,134); }

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

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

 a { background-color: rgb(168,214,134); }

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

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

 span { border-color: rgb(168,214,134); }

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