#ACD893

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

Shades of Feijoa #ACD893

Tints of Feijoa #ACD893

Color information

#ACD893 (or 0xACD893) is unknown color: approx Feijoa. HEX triplet: AC, D8 and 93. RGB value is (172,216,147). Sum of RGB (Red+Green+Blue) = 172+216+147=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD893 is #53276C. Grayscale: #C3C3C3. Windows color (decimal): -5449581 or 9689260. OLE color: 9689260.

HSL color Cylindrical-coordinate representation of color #ACD893: hue angle of 98.26º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD893 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB172216147-
CMYK0.2000.320.15
HSL98.26º46.94%71.18%-
HSV(B)98.26º31.94%84.71%-
XYZ46.8459.9936.71-
YUV194.98100.92111.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=32.15%
G=40.37%
B=27.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161470.2000.320.1598.2646.9471.18
HexACD89314020F622f47
Octal254330223240401714257107
Binary101011001101100010010011101000100000111111000101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD893; }

 p { color: rgb(172,216,147); }

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

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

 a { background-color: rgb(172,216,147); }

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

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

 span { border-color: rgb(172,216,147); }

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