#ACD685

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

Shades of Feijoa #ACD685

Tints of Feijoa #ACD685

Color information

#ACD685 (or 0xACD685) is unknown color: approx Feijoa. HEX triplet: AC, D6 and 85. RGB value is (172,214,133). Sum of RGB (Red+Green+Blue) = 172+214+133=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD685 is #53297A. Grayscale: #C0C0C0. Windows color (decimal): -5450107 or 8771244. OLE color: 8771244.

HSL color Cylindrical-coordinate representation of color #ACD685: hue angle of 91.11º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACD685 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB172214133-
CMYK0.2000.380.16
HSL91.11º49.69%68.04%-
HSV(B)91.11º37.85%83.92%-
XYZ45.2958.5631.11-
YUV192.2194.59113.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.14%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=33.14%
G=41.23%
B=25.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141330.2000.380.1691.1149.6968.04
HexACD68514026105b3244
Octal254326205240462013362104
Binary1010110011010110100001011010001001101000010110111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD685; }

 p { color: rgb(172,214,133); }

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

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

 a { background-color: rgb(172,214,133); }

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

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

 span { border-color: rgb(172,214,133); }

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