#ACCE94

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

Shades of Feijoa #ACCE94

Tints of Feijoa #ACCE94

Color information

#ACCE94 (or 0xACCE94) is unknown color: approx Feijoa. HEX triplet: AC, CE and 94. RGB value is (172,206,148). Sum of RGB (Red+Green+Blue) = 172+206+148=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCE94 is #53316B. Grayscale: #BDBDBD. Windows color (decimal): -5452140 or 9752236. OLE color: 9752236.

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

Color convert

RGB172206148-
CMYK0.1700.280.19
HSL95.17º37.18%69.41%-
HSV(B)95.17º28.16%80.78%-
XYZ44.4355.0536.3-
YUV189.22104.74115.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=32.70%
G=39.16%
B=28.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061480.1700.280.1995.1737.1869.41
HexACCE941101C135f2545
Octal254316224210342313745105
Binary101011001100111010010100100010111001001110111111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCE94; }

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

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

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

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

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

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

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

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