#ACD886

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

Shades of Feijoa #ACD886

Tints of Feijoa #ACD886

Color information

#ACD886 (or 0xACD886) is unknown color: approx Feijoa. HEX triplet: AC, D8 and 86. RGB value is (172,216,134). Sum of RGB (Red+Green+Blue) = 172+216+134=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD886 is #532779. Grayscale: #C1C1C1. Windows color (decimal): -5449594 or 8837292. OLE color: 8837292.

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

Color convert

RGB172216134-
CMYK0.2000.380.15
HSL92.2º51.25%68.63%-
HSV(B)92.2º37.96%84.71%-
XYZ45.8759.631.64-
YUV193.594.42112.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 216 (84.77% from 255) = 41.38%
BLUE value IS 134 (52.73% from 255) = 25.67%
R=32.95%
G=41.38%
B=25.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722161340.2000.380.1592.251.2568.63
HexACD88614026F5c3345
Octal254330206240461713463105
Binary101011001101100010000110101000100110111110111001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD886; }

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

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

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

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

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

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

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

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