#ACD983

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

Shades of Feijoa #ACD983

Tints of Feijoa #ACD983

Color information

#ACD983 (or 0xACD983) is unknown color: approx Feijoa. HEX triplet: AC, D9 and 83. RGB value is (172,217,131). Sum of RGB (Red+Green+Blue) = 172+217+131=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD983 is #53267C. Grayscale: #C2C2C2. Windows color (decimal): -5449341 or 8640940. OLE color: 8640940.

HSL color Cylindrical-coordinate representation of color #ACD983: hue angle of 91.4º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACD983 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB172217131-
CMYK0.2100.400.15
HSL91.4º53.09%68.24%-
HSV(B)91.4º39.63%85.1%-
XYZ45.9260.0430.64-
YUV193.7492.59112.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 217 (85.16% from 255) = 41.73%
BLUE value IS 131 (51.56% from 255) = 25.19%
R=33.08%
G=41.73%
B=25.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722171310.2100.400.1591.453.0968.24
HexACD98315028F5b3544
Octal254331203250501713365104
Binary101011001101100110000011101010101000111110110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD983; }

 p { color: rgb(172,217,131); }

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

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

 a { background-color: rgb(172,217,131); }

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

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

 span { border-color: rgb(172,217,131); }

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