#ACCE82

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

Shades of Feijoa #ACCE82

Tints of Feijoa #ACCE82

Color information

#ACCE82 (or 0xACCE82) is unknown color: approx Feijoa. HEX triplet: AC, CE and 82. RGB value is (172,206,130). Sum of RGB (Red+Green+Blue) = 172+206+130=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCE82 is #53317D. Grayscale: #BBBBBB. Windows color (decimal): -5452158 or 8572588. OLE color: 8572588.

HSL color Cylindrical-coordinate representation of color #ACCE82: hue angle of 86.84º degrees, saturation: 0.44, 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 #ACCE82 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB172206130-
CMYK0.1700.370.19
HSL86.84º43.68%65.88%-
HSV(B)86.84º36.89%80.78%-
XYZ43.1154.5229.37-
YUV187.1795.74117.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=33.86%
G=40.55%
B=25.59%

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
Decimal1722061300.1700.370.1986.8443.6865.88
HexACCE821102513572c42
Octal254316202210452312754102
Binary1010110011001110100000101000101001011001110101111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCE82; }

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

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

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

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

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

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

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

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