#A7CC86

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

Shades of Feijoa #A7CC86

Tints of Feijoa #A7CC86

Color information

#A7CC86 (or 0xA7CC86) is unknown color: approx Feijoa. HEX triplet: A7, CC and 86. RGB value is (167,204,134). Sum of RGB (Red+Green+Blue) = 167+204+134=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CC86 is #583379. Grayscale: #B9B9B9. Windows color (decimal): -5780346 or 8834215. OLE color: 8834215.

HSL color Cylindrical-coordinate representation of color #A7CC86: hue angle of 91.71º 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 #A7CC86 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB167204134-
CMYK0.1800.340.2
HSL91.71º40.7%66.27%-
HSV(B)91.71º34.31%80%-
XYZ41.8353.1230.6-
YUV184.9699.24115.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=33.07%
G=40.40%
B=26.53%

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
Decimal1672041340.1800.340.291.7140.766.27
HexA7CC8612022145c2942
Octal247314206220422413451102
Binary1010011111001100100001101001001000101010010111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CC86; }

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

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

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

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

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

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

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

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