#ACD895

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

Shades of Feijoa #ACD895

Tints of Feijoa #ACD895

Color information

#ACD895 (or 0xACD895) is unknown color: approx Feijoa. HEX triplet: AC, D8 and 95. RGB value is (172,216,149). Sum of RGB (Red+Green+Blue) = 172+216+149=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD895 is #53276A. Grayscale: #C3C3C3. Windows color (decimal): -5449579 or 9820332. OLE color: 9820332.

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

Color convert

RGB172216149-
CMYK0.2000.310.15
HSL99.4º46.21%71.57%-
HSV(B)99.4º31.02%84.71%-
XYZ46.9960.0537.55-
YUV195.21101.92111.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=32.03%
G=40.22%
B=27.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161490.2000.310.1599.446.2171.57
HexACD8951401FF632e48
Octal254330225240371714356110
Binary10101100110110001001010110100011111111111000111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD895; }

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

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

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

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

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

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

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

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