#ACCF86

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

Shades of Feijoa #ACCF86

Tints of Feijoa #ACCF86

Color information

#ACCF86 (or 0xACCF86) is unknown color: approx Feijoa. HEX triplet: AC, CF and 86. RGB value is (172,207,134). Sum of RGB (Red+Green+Blue) = 172+207+134=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF86 is #533079. Grayscale: #BCBCBC. Windows color (decimal): -5451898 or 8834988. OLE color: 8834988.

HSL color Cylindrical-coordinate representation of color #ACCF86: hue angle of 88.77º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACCF86 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB172207134-
CMYK0.1700.350.19
HSL88.77º43.2%66.86%-
HSV(B)88.77º35.27%81.18%-
XYZ43.6355.1230.89-
YUV188.2197.4116.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=33.53%
G=40.35%
B=26.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071340.1700.350.1988.7743.266.86
HexACCF861102313592b43
Octal254317206210432313153103
Binary1010110011001111100001101000101000111001110110011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF86; }

 p { color: rgb(172,207,134); }

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

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

 a { background-color: rgb(172,207,134); }

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

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

 span { border-color: rgb(172,207,134); }

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