#A8CC86

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

Shades of Feijoa #A8CC86

Tints of Feijoa #A8CC86

Color information

#A8CC86 (or 0xA8CC86) is unknown color: approx Feijoa. HEX triplet: A8, CC and 86. RGB value is (168,204,134). Sum of RGB (Red+Green+Blue) = 168+204+134=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CC86 is #573379. Grayscale: #B9B9B9. Windows color (decimal): -5714810 or 8834216. OLE color: 8834216.

HSL color Cylindrical-coordinate representation of color #A8CC86: hue angle of 90.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CC86 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB168204134-
CMYK0.1800.340.2
HSL90.86º40.7%66.27%-
HSV(B)90.86º34.31%80%-
XYZ42.0453.2330.61-
YUV185.2699.07115.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=33.20%
G=40.32%
B=26.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1682041340.1800.340.290.8640.766.27
HexA8CC8612022145b2942
Octal250314206220422413351102
Binary1010100011001100100001101001001000101010010110111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CC86; }

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

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

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

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

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

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

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

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