#ACCF82

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

Shades of Feijoa #ACCF82

Tints of Feijoa #ACCF82

Color information

#ACCF82 (or 0xACCF82) is unknown color: approx Feijoa. HEX triplet: AC, CF and 82. RGB value is (172,207,130). Sum of RGB (Red+Green+Blue) = 172+207+130=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCF82 is #53307D. Grayscale: #BCBCBC. Windows color (decimal): -5451902 or 8572844. OLE color: 8572844.

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

Color convert

RGB172207130-
CMYK0.1700.370.19
HSL87.27º44.51%66.08%-
HSV(B)87.27º37.2%81.18%-
XYZ43.3655.0129.45-
YUV187.7695.4116.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 130 (51.17% from 255) = 25.54%
R=33.79%
G=40.67%
B=25.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071300.1700.370.1987.2744.5166.08
HexACCF821102513572d42
Octal254317202210452312755102
Binary1010110011001111100000101000101001011001110101111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF82; }

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

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

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

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

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

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

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

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